Error code bits. More...
#include <sw/device/silicon_creator/lib/drivers/flash_ctrl.h>
Data Fields | |
| bool | macro_err |
| Flash macro error occurred. | |
| bool | update_err |
| Shadow register update error. | |
| bool | prog_type_err |
| Flash program type is unavailable. | |
| bool | prog_win_err |
| Flash program window resolution error. | |
| bool | prog_err |
| Flash programming error, could be an integrity error. | |
| bool | rd_err |
| Flash read error, could be an integrity error. | |
| bool | mp_err |
| Flash access permission error. | |
| bool | op_err |
| Software has supplied an undefined flash operation. | |
Error code bits.
Definition at line 241 of file flash_ctrl.h.
| bool flash_ctrl_error_code::macro_err |
Flash macro error occurred.
Definition at line 245 of file flash_ctrl.h.
| bool flash_ctrl_error_code::mp_err |
Flash access permission error.
Read the ERR_ADDR register for the faulting address.
Definition at line 273 of file flash_ctrl.h.
| bool flash_ctrl_error_code::op_err |
Software has supplied an undefined flash operation.
Definition at line 277 of file flash_ctrl.h.
| bool flash_ctrl_error_code::prog_err |
Flash programming error, could be an integrity error.
Read the STD_FAULT_STATUS register.
Definition at line 263 of file flash_ctrl.h.
| bool flash_ctrl_error_code::prog_type_err |
Flash program type is unavailable.
Definition at line 253 of file flash_ctrl.h.
| bool flash_ctrl_error_code::prog_win_err |
Flash program window resolution error.
Start and end of programming region are in different windows.
Definition at line 258 of file flash_ctrl.h.
| bool flash_ctrl_error_code::rd_err |
Flash read error, could be an integrity error.
Read the STD_FAULT_STATUS register.
Definition at line 268 of file flash_ctrl.h.
| bool flash_ctrl_error_code::update_err |
Shadow register update error.
Definition at line 249 of file flash_ctrl.h.