xWRL6432 MMWAVE-L-SDK  05.04.00.01

Introduction

Macros that define values for the destination of interrupt (CPU or DMA) when the paramset is completed. The interrupt type HWA_PARAMDONE_INTERRUPT_TYPE_CPU may not be supported on all versions of the IP - see HWA_Attrs::isConcurrentAccessAllowed.

Macros

#define HWA_PARAMDONE_INTERRUPT_TYPE_CPU   ((uint8_t)1U)
 
#define HWA_PARAMDONE_INTERRUPT_TYPE_DMA   ((uint8_t)2U)
 

Macro Definition Documentation

◆ HWA_PARAMDONE_INTERRUPT_TYPE_CPU

#define HWA_PARAMDONE_INTERRUPT_TYPE_CPU   ((uint8_t)1U)

Interrupt CPU when paramset is completed

◆ HWA_PARAMDONE_INTERRUPT_TYPE_DMA

#define HWA_PARAMDONE_INTERRUPT_TYPE_DMA   ((uint8_t)2U)

Trigger DMA when paramset is completed