AM263x MCU+ SDK  08.05.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