AM273x MCU+ SDK  08.06.00

Detailed Description

HWA Histogram Threshold RAM data structure.

CDF_CNT_BINNUM, CDF_CNT_CDFVAL, CDF_CNT_HISTVAL in HWA Histogram threshold RAM if CDF count threshold is enabled

Data Fields

uint32_t pdfValue: 12
 the histogram count at bin binNumber More...
 
uint32_t cdfValue: 12
 the CDF count at binNumber bin More...
 
uint32_t binNumber: 6
 the bin number at which the specified count is hit More...
 
uint32_t reserved: 2
 not used More...
 

Field Documentation

◆ pdfValue

uint32_t HWA_CdfThreshold::pdfValue

the histogram count at bin binNumber

◆ cdfValue

uint32_t HWA_CdfThreshold::cdfValue

the CDF count at binNumber bin

◆ binNumber

uint32_t HWA_CdfThreshold::binNumber

the bin number at which the specified count is hit

◆ reserved

uint32_t HWA_CdfThreshold::reserved

not used