AM263x MCU+ SDK  08.05.00
sdl_stc_soc.h File Reference

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, 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] = {SDL_R5SS0_STC_U_BASE, SDL_R5SS1_STC_U_BASE}
 

Macro Definition Documentation

◆ SDL_STC_NUM_INSTANCES

#define SDL_STC_NUM_INSTANCES   2U

◆ MSS_RCM_BaseAddress

#define MSS_RCM_BaseAddress   (SDL_MSS_RCM_U_BASE)

◆ MSS_CTRL_BaseAddress

#define MSS_CTRL_BaseAddress   (SDL_MSS_CTRL_U_BASE)

Enumeration Type Documentation

◆ SDL_STC_Inst

Enumerator
SDL_STC_INST_MAINR5F0 
SDL_STC_INST_MAINR5F1 
INVALID_INSTANCE 

Variable Documentation

◆ SDL_STC_baseAddress

uint32_t SDL_STC_baseAddress[SDL_STC_NUM_INSTANCES] = {SDL_R5SS0_STC_U_BASE, SDL_R5SS1_STC_U_BASE}
static