AM243x MCU+ SDK  09.02.00
ESM_NotifyParams Struct Reference

Detailed Description

Parameters used to register the ESM notify function to handle errors. The function will the invoked from the ISR of low or high priority ESM interrupt.

Data Fields

uint32_t errorNumber
 
uint32_t setIntrPriorityLvl
 
Bool enableInfluenceOnErrPin
 
void * arg
 
ESM_CallBack notify
 

Field Documentation

◆ errorNumber

uint32_t ESM_NotifyParams::errorNumber

Error number for which the notify function is registered.

◆ setIntrPriorityLvl

uint32_t ESM_NotifyParams::setIntrPriorityLvl

Set the interrupt priority level to high or low.

◆ enableInfluenceOnErrPin

Bool ESM_NotifyParams::enableInfluenceOnErrPin

Enable failure influence on ERROR pin.

◆ arg

void* ESM_NotifyParams::arg

Argument passed back when the Notify function is invoked.

◆ notify

ESM_CallBack ESM_NotifyParams::notify

Notify function called by the ESM driver.