xWRL6432 MMWAVE-L-SDK  05.04.00.01

Introduction

Interference detection mode selection: This register is used to control the mode for interference detection in the Interference localization block. 00 : Magnitude OR Magnitude difference 01: Only Magnitude difference 10: Only Magnitude 11 : Magnitude AND Magnitude difference.

Macros

#define HWA_INTERFERENCE_THRESH_MODE_MAG_OR_MAGDIFF   ((uint8_t)0U)
 
#define HWA_INTERFERENCE_THRESH_MODE_MAG   ((uint8_t)1U)
 
#define HWA_INTERFERENCE_THRESH_MODE_MAGDIFF   ((uint8_t)2U)
 
#define HWA_INTERFERENCE_THRESH_MODE_MAG_AND_MAGDIFF   ((uint8_t)3U)
 

Macro Definition Documentation

◆ HWA_INTERFERENCE_THRESH_MODE_MAG_OR_MAGDIFF

#define HWA_INTERFERENCE_THRESH_MODE_MAG_OR_MAGDIFF   ((uint8_t)0U)

◆ HWA_INTERFERENCE_THRESH_MODE_MAG

#define HWA_INTERFERENCE_THRESH_MODE_MAG   ((uint8_t)1U)

◆ HWA_INTERFERENCE_THRESH_MODE_MAGDIFF

#define HWA_INTERFERENCE_THRESH_MODE_MAGDIFF   ((uint8_t)2U)

◆ HWA_INTERFERENCE_THRESH_MODE_MAG_AND_MAGDIFF

#define HWA_INTERFERENCE_THRESH_MODE_MAG_AND_MAGDIFF   ((uint8_t)3U)