10.6.3.1.3 Function nvm_is_ready()
Checks if the NVM controller is ready to accept a new command.
bool nvm_is_ready( void )
Checks the NVM controller to determine if it is currently busy execution an operation, or ready for a new command.
Returns
Busy state of the NVM controller.
| Return value | Description |
|---|---|
|
true |
If the hardware module is ready for a new command |
|
false |
If the hardware module is busy executing a command |
