AM273x MCU+ SDK  09.02.00
SDL_ESM_NotifyParams Struct Reference

Detailed Description

Parameters used to register the ESM notify function to handle Group1 and Group2 errors. The notify function will be invoked post the ESM FIQ interrupt handler processing.

Data Fields

uint32_t groupNumber
 
uint32_t errorNumber
 
uint32_t setIntrPriorityLvl
 
bool enableInfluenceOnErrPin
 
void * arg
 
SDL_ESM_CallBack callBackFunction
 
SDL_ESM_ErrorConfig_t esmErrorConfig
 

Field Documentation

◆ groupNumber

uint32_t SDL_ESM_NotifyParams::groupNumber

Group number to which the following error number belongs.

◆ errorNumber

uint32_t SDL_ESM_NotifyParams::errorNumber

Error number for which the notify function is registered.

◆ setIntrPriorityLvl

uint32_t SDL_ESM_NotifyParams::setIntrPriorityLvl

Set the interrupt priority level to high or low. Applicable to Group 1 errors only.

◆ enableInfluenceOnErrPin

bool SDL_ESM_NotifyParams::enableInfluenceOnErrPin

Enable failure influence on ERROR pin. Applicable to Group 1 errors only.

◆ arg

void* SDL_ESM_NotifyParams::arg

Argument passed back when the Notify function is invoked.

◆ callBackFunction

SDL_ESM_CallBack SDL_ESM_NotifyParams::callBackFunction

Notify function called by the ESM Module.

◆ esmErrorConfig

SDL_ESM_ErrorConfig_t SDL_ESM_NotifyParams::esmErrorConfig

Error event to be used for self test