CMSIS-Driver   Version 2.9.0
Peripheral Interface for Middleware and Application Code
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
Flash Events

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.
 
#define ARM_FLASH_EVENT_ERROR   (1UL << 1)
 Read/Program/Erase Error.
 

Description

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:

Macro Definition Documentation

◆ ARM_FLASH_EVENT_READY

#define ARM_FLASH_EVENT_READY   (1UL << 0)

Flash Ready.

◆ ARM_FLASH_EVENT_ERROR

#define ARM_FLASH_EVENT_ERROR   (1UL << 1)

Read/Program/Erase Error.