|
AM64x MCU+ SDK
10.00.00
|
|
Go to the documentation of this file.
69 #ifndef INCLUDE_SDL_ESM_H_
70 #define INCLUDE_SDL_ESM_H_
74 #include <sdl/esm/soc/sdl_esm_soc.h>
76 #include <sdl/esm/sdlr_esm.h>
102 #define SDL_ESM_INTNUMBER_INVALID (0xffffffffu)
105 #define SDL_ESM_INST_INVALID (0xfffffffeu)
108 #define SDL_ESM_ERRORADDR_INVALID (0xffffffffu)
111 #define SDL_ESM_ERRORRAMID_INVALID (0xffffffffu)
114 #define SDL_ESM_ERRORBITOFFSET_INVALID (0xffffffffffffffffu)
117 #define SDL_ESM_ERRORBITGROUP_INVALID (0xffffffffu)
120 #define SDL_ESM_MAX_EVENT_MAP_NUM_WORDS (32u)
133 #define SDL_ESM_ECC_PARAM_MCU_CPU0_SEC_ERROR (1u)
135 #define SDL_ESM_ECC_PARAM_MCU_CPU0_DED_ERROR (2u)
137 #define SDL_ESM_ECC_PARAM_MCU_CPU1_SEC_ERROR (3u)
139 #define SDL_ESM_ECC_PARAM_MCU_CPU1_DED_ERROR (4u)
141 #define SDL_ESM_ECC_PARAM_MCU_CBASS_SEC_ERROR (5u)
143 #define SDL_ESM_ECC_PARAM_MCU_CBASS_DED_ERROR (6u)
148 #define SDL_ESM_ECC_PARAM_MAIN_MSMC_AGGR0_SEC_ERROR (10001u)
150 #define SDL_ESM_ECC_PARAM_MAIN_MSMC_AGGR0_DED_ERROR (10002u)
152 #define SDL_ESM_ECC_PARAM_MAIN_A72_AGGR0_SEC_ERROR (10003u)
154 #define SDL_ESM_ECC_PARAM_MAIN_A72_AGGR0_DED_ERROR (10004u)
164 typedef struct SDL_ESM_Errorconfig_s
178 typedef struct SDL_ESM_InitConfig_s
ESM error configuration.
Definition: sdl_esm.h:165
SDL_ESM_IntType
Definition: sdl_esm.h:89
int32_t SDL_ESM_registerECCCallback(SDL_ESM_Inst instance, uint32_t eventBitMap[], SDL_ESM_applicationCallback eccCallback, void *callbackArg)
There are modules within SDL which will generate ESM errors intentionally in the course of running se...
uint32_t sdlEsmEccErrorSource_t
Source of the ECC error which maps to the ESM interrupt source.
Definition: sdl_esm.h:130
ESM init configuration.
Definition: sdl_esm.h:179
uint16_t index
Definition: tisci_rm_proxy.h:3
@ SDL_ESM_INT_TYPE_CFG
Definition: sdl_esm.h:94
ESM static registers list.
Definition: sdl/esm/v0/esm.h:226
@ SDL_ESM_INT_TYPE_LO
Definition: sdl_esm.h:92
int32_t SDL_Result
Definition: sdl_esm.h:82
int32_t SDL_ESM_registerCCMCallback(SDL_ESM_Inst instance, uint32_t eventBitMap[], SDL_ESM_applicationCallback ccmCallback, void *callbackArg)
There are modules within SDL which will generate ESM errors intentionally in the course of running se...
int32_t SDL_ESM_clrNError(SDL_ESM_Inst instance)
SDL ESM API to clear the nError pin for the specified ESM instance.
int32_t SDL_ESM_setPinOutMode(SDL_ESM_Inst instance, esmErrOutMode_t pinOutMode)
This API is use to set error pin out mode(LEVEL or PWM). This API must be called after the below API-...
int32_t SDL_ESM_getNErrorStatus(SDL_ESM_Inst instance, uint32_t *pStatus)
SDL ESM API to get the status of the nError pin for the specified ESM instance.
uint32_t pinmininterval
Definition: sdl_esm.h:191
void SDL_ESM_hiInterruptHandler(void *arg)
Esm Hi Interrupt Handler for MCU Esm Instance.
void SDL_ESM_loInterruptHandler(void *arg)
Esm Lo Interrupt Handler for MCU Esm Instance.
void SDL_ESM_configInterruptHandler(void *arg)
Esm Config Interrupt Handler for MCU Instance.
int32_t SDL_ESM_getIntNumber(SDL_ESM_Inst esmInstType, SDL_ESM_IntType esmIntType)
Esm get Interrupt Number corresponding to the input interrupt type.
int32_t SDL_ESM_getStaticRegisters(SDL_ESM_Inst instance, SDL_ESM_staticRegs *pStaticRegs)
SDL ESM API to read the static registers. The API reads and returns the static register configuration...
uint32_t esmErrOutMode_t
ESM Error Output Mode type.
Definition: sdl/esm/v0/esm.h:110
#define SDL_ESM_MAX_EVENT_MAP_NUM_WORDS
Maximum number of EVENT words.
Definition: sdl_esm.h:120
int32_t SDL_ESM_verifyConfig(SDL_ESM_Inst instance, const SDL_ESM_config *pConfig)
SDL ESM API to verify the written configuration of the ESM module. The API verifies the written confi...
int32_t SDL_ESM_setNError(SDL_ESM_Inst instance)
SDL ESM API to set the nError pin for the specified ESM instance.
int32_t(* SDL_ESM_applicationCallback)(SDL_ESM_Inst instance, SDL_ESM_IntType intrType, uint32_t grpChannel, uint32_t index, uint32_t intSrc, void *arg)
Definition: sdl_esm.h:156
SDL_ESM_ErrorConfig_t esmErrorConfig
Definition: sdl_esm.h:180
int32_t SDL_ESM_init(SDL_ESM_Inst instance, const SDL_ESM_config *pConfig, SDL_ESM_applicationCallback applicationCallback, void *appArg)
SDL ESM API to initialize an ESM instance. The API initializes the specified ESM instance with the pr...
@ SDL_ESM_INT_TYPE_HI
Definition: sdl_esm.h:90
@ SDL_ESM_INT_TYPE_MAX
Definition: sdl_esm.h:96
uint32_t bitNumber
Definition: sdl_esm.h:168
uint32_t groupNumber
Definition: sdl_esm.h:166
This file contains the prototypes of the APIs present in the device abstraction layer file of ESM....