Part Number: PROCESSOR-SDK-AM62A
Tool/software:
/**
* \brief Control structure for WDR Module.
* Used to enable/disable module and to set WDR Lut
*/
typedef struct
{
uint32_t enable;
/**< Flag to enable/disable FrontEnd Wdr */
uint32_t table[GLBCE_WDR_LUT_SIZE];
/**< WDR Table */
} Glbce_WdrConfig;
We could not find anywhere in the code where table[GLBCE_WDR_LUT_SIZE] is actuablly being used. Is this by design? Can it be used?
Thank your for your time!
Best regards,
Hristo