Typedefs | |
typedef void(* | PalFlashCback_t) (uint8_t status) |
Callback. This may be returned in interrupt context. More... | |
Enumerations |
typedef void(* PalFlashCback_t) (uint8_t status) |
Callback. This may be returned in interrupt context.
Definition at line 42 of file pal_flash.h.
enum PalFlashState_t |
Operational states.
Enumerator | |
---|---|
PAL_FLASH_STATE_UNINIT |
Uninitialized state. |
PAL_FLASH_STATE_ERROR |
Error state. |
PAL_FLASH_STATE_READY |
Ready state. |
PAL_FLASH_STATE_BUSY |
Busy state. |
Definition at line 45 of file pal_flash.h.