AM273x MCU+ SDK  08.06.00

Introduction

Macros that define values for the various source select of threshold in pre-processing block.

Macros

#define HWA_INTERFMITIGATION_PATH_ZEROOUT   ((uint8_t)0U) /** select the zero-out path in the interference mitigation module */
 
#define HWA_INTERFMITIGATION_PATH_WINDOWZEROOUT   ((uint8_t)1U) /** select the windowed zero-out path in the interference mitigation module */
 
#define HWA_INTERFMITIGATION_PATH_LINEARINTERPOLATION   ((uint8_t)2U) /** select the linear interpolation path path in the interference mitigation module */
 
#define HWA_INTERFMITIGATION_PATH_UNUSED   ((uint8_t)3U) /** un-used mode in the interference mitigation module */
 

Macro Definition Documentation

◆ HWA_INTERFMITIGATION_PATH_ZEROOUT

#define HWA_INTERFMITIGATION_PATH_ZEROOUT   ((uint8_t)0U) /** select the zero-out path in the interference mitigation module */

◆ HWA_INTERFMITIGATION_PATH_WINDOWZEROOUT

#define HWA_INTERFMITIGATION_PATH_WINDOWZEROOUT   ((uint8_t)1U) /** select the windowed zero-out path in the interference mitigation module */

◆ HWA_INTERFMITIGATION_PATH_LINEARINTERPOLATION

#define HWA_INTERFMITIGATION_PATH_LINEARINTERPOLATION   ((uint8_t)2U) /** select the linear interpolation path path in the interference mitigation module */

◆ HWA_INTERFMITIGATION_PATH_UNUSED

#define HWA_INTERFMITIGATION_PATH_UNUSED   ((uint8_t)3U) /** un-used mode in the interference mitigation module */