This is the generated driver types header file for the RESET driver. More...
Go to the source code of this file.
Enumerations | |
enum | RESET_TYPES { RESET_ERROR_RCON_TRAPR = 1 , RESET_ERROR_RCON_IOPUWR = 2 , RESET_ERROR_RCON_CM = 3 , RESET_ERROR_RCON_WDTO_ISR = 4 } |
Defines the RCON error types. More... | |
enum | RESET_MASKS { RESET_MASK_POR = 0x0001 , RESET_MASK_WDTO = 0x0010 , RESET_MASK_SWR = 0x0040 , RESET_MASK_EXTR = 0x0080 , RESET_MASK_CM = 0x0200 , RESET_MASK_IOPUWR = 0x4000 , RESET_MASK_TRAPR = 0x8000 } |
Defines the RESET cause mask location More... | |
RESET Generated Driver Types Header File
Definition in file reset_types.h.