AM273x MCU+ SDK  08.02.00

Introduction

Macros that define values to enable and disable for detection threshold comparison.

Macros

#define HWA_LOCALMAX_THRESH_BITMASK_BOTH_EN   ((uint8_t)0U)
 
#define HWA_LOCALMAX_THRESH_BITMASK_CDIM_EN   ((uint8_t)1U)
 
#define HWA_LOCALMAX_THRESH_BITMASK_BDIM_EN   ((uint8_t)2U)
 
#define HWA_LOCALMAX_THRESH_BITMASK_BOTH_DIS   ((uint8_t)3U)
 

Macro Definition Documentation

◆ HWA_LOCALMAX_THRESH_BITMASK_BOTH_EN

#define HWA_LOCALMAX_THRESH_BITMASK_BOTH_EN   ((uint8_t)0U)

enable CUT comparison with detection threshold in both dimensions

◆ HWA_LOCALMAX_THRESH_BITMASK_CDIM_EN

#define HWA_LOCALMAX_THRESH_BITMASK_CDIM_EN   ((uint8_t)1U)

enable CUT comparison with detection threshold in row dimension only (C-dimension threshold)

◆ HWA_LOCALMAX_THRESH_BITMASK_BDIM_EN

#define HWA_LOCALMAX_THRESH_BITMASK_BDIM_EN   ((uint8_t)2U)

enable CUT comparison with detection threshold in column dimension only(B-dimension)

◆ HWA_LOCALMAX_THRESH_BITMASK_BOTH_DIS

#define HWA_LOCALMAX_THRESH_BITMASK_BOTH_DIS   ((uint8_t)3U)

disable CUT comparison with detection threshold in both dimensions