xWRL6432 MMWAVE-L-SDK  05.04.00.01

Introduction

Select the source of interference threshold 0 : User-defined threshold via INTERFTHRESH_MAG_SW and INTERFTHRESH_MAGDIFF_SW 1 : Single threshold based on built-in interference statistics outputs using sum value across collected interference statistics 2 : Threshold based on built-in interference statistics outputs, with each statistic being used for corresponding iteration (RX channel)

Macros

#define HWA_INTERFERENCE_THRESH_SELECT_USER_DEFINED   ((uint8_t)0U)
 
#define HWA_INTERFERENCE_THRESH_SELECT_BUILTIN_SUM_STATS   ((uint8_t)1U)
 
#define HWA_INTERFERENCE_THRESH_SELECT_BUILTIN   ((uint8_t)2U)
 

Macro Definition Documentation

◆ HWA_INTERFERENCE_THRESH_SELECT_USER_DEFINED

#define HWA_INTERFERENCE_THRESH_SELECT_USER_DEFINED   ((uint8_t)0U)

◆ HWA_INTERFERENCE_THRESH_SELECT_BUILTIN_SUM_STATS

#define HWA_INTERFERENCE_THRESH_SELECT_BUILTIN_SUM_STATS   ((uint8_t)1U)

◆ HWA_INTERFERENCE_THRESH_SELECT_BUILTIN

#define HWA_INTERFERENCE_THRESH_SELECT_BUILTIN   ((uint8_t)2U)