Go to the source code of this file.
Macros | |
#define | SDL_STC_NUM_INSTANCES 2U |
#define | MSS_RCM_BaseAddress (SDL_MSS_RCM_U_BASE) |
#define | MSS_CTRL_BaseAddress (SDL_MSS_CTRL_U_BASE) |
Enumerations | |
enum | SDL_STC_Inst { SDL_STC_INST_MAINR5F0, SDL_STC_INST_MAINR5F1, SDL_STC_INVALID_INSTANCE } |
Functions | |
static void | SDL_STC_resetCauseClearR5F0 (void) |
This API is used to clear the reset cause bits for processor core. More... | |
static void | SDL_STC_resetCauseClearR5F1 (void) |
Variables | |
static uint32_t | SDL_STC_baseAddress [SDL_STC_NUM_INSTANCES] = {(uint32_t)SDL_R5SS0_STC_U_BASE, (uint32_t)SDL_R5SS1_STC_U_BASE} |
#define SDL_STC_NUM_INSTANCES 2U |
#define MSS_RCM_BaseAddress (SDL_MSS_RCM_U_BASE) |
#define MSS_CTRL_BaseAddress (SDL_MSS_CTRL_U_BASE) |
enum SDL_STC_Inst |
|
static |