AM273x MCU+ SDK  08.02.00

Introduction

Macros that define values for CUT threshold selection in local maxima block.

Macros

#define HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCREG   ((uint8_t)0U)
 
#define HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCREG   ((uint8_t)1U)
 
#define HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCRAM   ((uint8_t)2U)
 
#define HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCRAM   ((uint8_t)3U)
 

Macro Definition Documentation

◆ HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCREG

#define HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCREG   ((uint8_t)0U)

both B and C dimension threshold are taken from software configured register LM_THRESH_VAL

◆ HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCREG

#define HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCREG   ((uint8_t)1U)

only C threshold is taken from software configured register LM_THRESH_VAL and B dim threshold is taken from Advanced statistics RAM

◆ HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCRAM

#define HWA_LOCALMAX_THRESH_SELECT_DIMBREG_DIMCRAM   ((uint8_t)2U)

only B threshold is taken from software configured register LM_THRESH_VAL and C dim threshold is taken from Advanced statistics RAM

◆ HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCRAM

#define HWA_LOCALMAX_THRESH_SELECT_DIMBRAM_DIMCRAM   ((uint8_t)3U)

Both B and C dimension threshold are taken from advance statistics RAM, NOT from software configured register LM_THRESH_VAL