AM243x MCU+ SDK  11.00.00
SDL_DPL_HwipParams Struct Reference

Detailed Description

This structure contains the parameters for interrupt registration through the SDL DPL interface.

Data Fields

int32_t intNum
 
pSDL_DPL_InterruptCallbackFunction callback
 
uintptr_t callbackArg
 

Field Documentation

โ—† intNum

int32_t SDL_DPL_HwipParams::intNum

Interrupt Vector Id

โ—† callback

pSDL_DPL_InterruptCallbackFunction SDL_DPL_HwipParams::callback

Callback function for the interrupt

โ—† callbackArg

uintptr_t SDL_DPL_HwipParams::callbackArg

Argument passed to the callback function