CMSIS-Driver
Version 2.8.0
Peripheral Interface for Middleware and Application Code
|
The Flash driver generates call back events that are notified via the function ARM_Flash_SignalEvent. More...
Macros | |
#define | ARM_FLASH_EVENT_READY (1UL << 0) |
Flash Ready. More... | |
#define | ARM_FLASH_EVENT_ERROR (1UL << 1) |
Read/Program/Erase Error. More... | |
The Flash driver generates call back events that are notified via the function ARM_Flash_SignalEvent.
This section provides the event values for the ARM_Flash_SignalEvent callback function.
The following call back notification events are generated:
#define ARM_FLASH_EVENT_READY (1UL << 0) |
Flash Ready.
#define ARM_FLASH_EVENT_ERROR (1UL << 1) |
Read/Program/Erase Error.