xWRL6432 MMWAVE-L-SDK  05.04.00.01
DPU_CFARProcHWA_HW_Resources Struct Reference

Detailed Description

CFAR Hardware resources.

CFAR Hardware resources

Data Fields

EDMA_Handle edmaHandle
 EDMA Handle. More...
 
DPEDMA_ChanCfg edmaHwaIn
 EDMA configuration for CFAR data In. More...
 
DPEDMA_ChanCfg edmaHwaOut
 EDMA configuration for CFAR data Out. More...
 
DPEDMA_ChanCfg edmaHwaInSignature
 EDMA configuration for EDMA In to trigger HWA. More...
 
Edma_IntrObjectintrObj
 EDMA interrupt object. More...
 
DPU_CFARProcHWA_HwaCfarConfig hwaCfg
 HWA Configuration. More...
 
DPIF_DetMatrix detMatrix
 Pointer to detection matrix. More...
 
uint16_t * hwaMemInp
 HWA scratch memory to page-in detection matrix. Note two contiguous M memory banks (of the 4 banks) could be allocated to this. More...
 
uint32_t hwaMemInpSize
 Number of elements of type uint16_t of HWA memory to hold detection matrix (associated with hwaMemInp) More...
 
DPU_CFARProcHWA_CfarDetOutputhwaMemOutDetList
 HWA memory for intermediate cfar detection list
More...
 
uint32_t hwaMemOutDetListSize
 Maximum number of elements of type DPU_CFARProcHWA_CfarDetOutput of HWA memory for cfar detection list. More...
 
DPU_CFARProcHWA_HwaMaxOutputhwaMemOutRangeProfile
 HWA memory to store range profile. More...
 
DPIF_DetMatrix dopplerIndexMatrix
 Doppler index matrix. More...
 
DPIF_DetMatrix elevationIndexMatrix
 Elevation index matrix. More...
 
uint32_t * rangeDopplerDetPointBitMap
 Range Doppler detection bitmap. More...
 

Field Documentation

◆ edmaHandle

EDMA_Handle DPU_CFARProcHWA_HW_Resources::edmaHandle

EDMA Handle.

◆ edmaHwaIn

DPEDMA_ChanCfg DPU_CFARProcHWA_HW_Resources::edmaHwaIn

EDMA configuration for CFAR data In.

◆ edmaHwaOut

DPEDMA_ChanCfg DPU_CFARProcHWA_HW_Resources::edmaHwaOut

EDMA configuration for CFAR data Out.

◆ edmaHwaInSignature

DPEDMA_ChanCfg DPU_CFARProcHWA_HW_Resources::edmaHwaInSignature

EDMA configuration for EDMA In to trigger HWA.

◆ intrObj

Edma_IntrObject* DPU_CFARProcHWA_HW_Resources::intrObj

EDMA interrupt object.

◆ hwaCfg

DPU_CFARProcHWA_HwaCfarConfig DPU_CFARProcHWA_HW_Resources::hwaCfg

HWA Configuration.

◆ detMatrix

DPIF_DetMatrix DPU_CFARProcHWA_HW_Resources::detMatrix

Pointer to detection matrix.

◆ hwaMemInp

uint16_t* DPU_CFARProcHWA_HW_Resources::hwaMemInp

HWA scratch memory to page-in detection matrix. Note two contiguous M memory banks (of the 4 banks) could be allocated to this.

◆ hwaMemInpSize

uint32_t DPU_CFARProcHWA_HW_Resources::hwaMemInpSize

Number of elements of type uint16_t of HWA memory to hold detection matrix (associated with hwaMemInp)

◆ hwaMemOutDetList

DPU_CFARProcHWA_CfarDetOutput* DPU_CFARProcHWA_HW_Resources::hwaMemOutDetList

HWA memory for intermediate cfar detection list

◆ hwaMemOutDetListSize

uint32_t DPU_CFARProcHWA_HW_Resources::hwaMemOutDetListSize

Maximum number of elements of type DPU_CFARProcHWA_CfarDetOutput of HWA memory for cfar detection list.

◆ hwaMemOutRangeProfile

DPU_CFARProcHWA_HwaMaxOutput* DPU_CFARProcHWA_HW_Resources::hwaMemOutRangeProfile

HWA memory to store range profile.

◆ dopplerIndexMatrix

DPIF_DetMatrix DPU_CFARProcHWA_HW_Resources::dopplerIndexMatrix

Doppler index matrix.

◆ elevationIndexMatrix

DPIF_DetMatrix DPU_CFARProcHWA_HW_Resources::elevationIndexMatrix

Elevation index matrix.

◆ rangeDopplerDetPointBitMap

uint32_t* DPU_CFARProcHWA_HW_Resources::rangeDopplerDetPointBitMap

Range Doppler detection bitmap.