AM273x MCU+ SDK  08.02.00

Detailed Description

HWA Interrupt Config.

HWA interrupt config parameters that are used with the HWA_enableParamSetInterrupt() call.

Data Fields

uint8_t interruptTypeFlag
 
struct {
   HWA_ParamDone_IntHandlerFuncPTR   callbackFn
 
   void *   callbackArg
 
cpu
 
struct {
   uint8_t   dstChannel
 
dma
 

Field Documentation

◆ interruptTypeFlag

uint8_t HWA_InterruptConfig::interruptTypeFlag

Flag to specify whether Interrupt to CPU and/or DMA is desired on completion of paramset. Defines for HWA_PARAMDONE_INTERRUPT_TYPE can be ORed to specify this flag. Interrupt types HWA_PARAMDONE_INTERRUPT_TYPE_CPU may not be supported on all versions of the IP - see HWA_Attrs::isConcurrentAccessAllowed

◆ callbackFn

HWA_ParamDone_IntHandlerFuncPTR HWA_InterruptConfig::callbackFn

Callback function to be called when interrupt destination is CPU

◆ callbackArg

void* HWA_InterruptConfig::callbackArg

Callback function argument

◆ cpu

struct { ... } HWA_InterruptConfig::cpu

◆ dstChannel

uint8_t HWA_InterruptConfig::dstChannel

DMA channel number to be triggered on paramset completion if interrupt destination to DMA is desired

◆ dma

struct { ... } HWA_InterruptConfig::dma