 |
AM243x MCU+ SDK
11.00.00
|
|
Go to the documentation of this file.
55 #include <sdl/include/soc_config.h>
57 #if defined (IP_VERSION_ESM_V0)
58 #include <sdl/esm/v0/v0_0/sdl_ip_esm.h>
59 #include <sdl/esm/v0/sdl_esm.h>
60 #include <sdl/esm/v0/v0_0/sdl_esm_priv.h>
63 #if defined (IP_VERSION_ESM_V2_0)
64 #include <sdl/esm/v2/v2_0/sdl_ip_esm.h>
65 #include <sdl/esm/v2/sdl_esm.h>
66 #include <sdl/esm/v2/v2_0/sdl_esm_priv.h>
159 SDL_ESM_applicationCallback eccCallback,
183 SDL_ESM_applicationCallback applicationCallback,
void *appArg);
SDL_ESM_Inst
Definition: sdl_esm_soc.h:53
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...
uint8_t instance
Definition: tisci_dkek.h:1
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_getNErrorStatus(SDL_ESM_Inst instance, uint32_t *pStatus)
SDL ESM API to get the status of the nError pin for the specified ESM instance.
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...
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_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...