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.
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 |