Status bits. More...
#include <sw/device/silicon_creator/lib/drivers/flash_ctrl.h>
Data Fields | |
bool | rd_full |
Flash read FIFO full, software must consume data. | |
bool | rd_empty |
Flash read FIFO empty. | |
bool | prog_full |
Flash program FIFO full, software must consume data. | |
bool | prog_empty |
Flash program FIFO empty. | |
bool | init_wip |
Flash controller undergoing init. | |
Status bits.
Definition at line 200 of file flash_ctrl.h.
bool flash_ctrl_status::init_wip |
Flash controller undergoing init.
Definition at line 220 of file flash_ctrl.h.
bool flash_ctrl_status::prog_empty |
Flash program FIFO empty.
Definition at line 216 of file flash_ctrl.h.
bool flash_ctrl_status::prog_full |
Flash program FIFO full, software must consume data.
Definition at line 212 of file flash_ctrl.h.
bool flash_ctrl_status::rd_empty |
Flash read FIFO empty.
Definition at line 208 of file flash_ctrl.h.
bool flash_ctrl_status::rd_full |
Flash read FIFO full, software must consume data.
Definition at line 204 of file flash_ctrl.h.