xWRL6432 MMWAVE-L-SDK  05.04.00.01

Introduction

Reset mode control for Interference statistics accumulators: Controls the reset behavior for all 12 magnitude and magdiff accumulators. 00 : Hold Accumulator state without updating 01 : Free-running accumulator mode 10 : Reset at start of parameter-set (i.e.,per-chirp accumulation). 11 : Reset at start of parameter-set only if loop counter is 0 (i.e., per-frame)

Macros

#define HWA_INTERFERENCE_STATS_RESET_HOLD   ((uint8_t)0U)
 
#define HWA_INTERFERENCE_STATS_RESET_FREE_RUNNING   ((uint8_t)1U)
 
#define HWA_INTERFERENCE_STATS_RESET_PER_CHIRP   ((uint8_t)2U)
 
#define HWA_INTERFERENCE_STATS_RESET_PER_FRAME   ((uint8_t)3U)
 

Macro Definition Documentation

◆ HWA_INTERFERENCE_STATS_RESET_HOLD

#define HWA_INTERFERENCE_STATS_RESET_HOLD   ((uint8_t)0U)

◆ HWA_INTERFERENCE_STATS_RESET_FREE_RUNNING

#define HWA_INTERFERENCE_STATS_RESET_FREE_RUNNING   ((uint8_t)1U)

◆ HWA_INTERFERENCE_STATS_RESET_PER_CHIRP

#define HWA_INTERFERENCE_STATS_RESET_PER_CHIRP   ((uint8_t)2U)

◆ HWA_INTERFERENCE_STATS_RESET_PER_FRAME

#define HWA_INTERFERENCE_STATS_RESET_PER_FRAME   ((uint8_t)3U)