AM273x MCU+ SDK  09.02.00

Introduction

General macro to use for enable/disable bits.

Macros

#define HWA_FEATURE_BIT_ENABLE   ((uint8_t)1U)
 
#define HWA_FEATURE_BIT_DISABLE   ((uint8_t)0U)
 

Macro Definition Documentation

◆ HWA_FEATURE_BIT_ENABLE

#define HWA_FEATURE_BIT_ENABLE   ((uint8_t)1U)

Enable: use this macro to enable any feature bit

◆ HWA_FEATURE_BIT_DISABLE

#define HWA_FEATURE_BIT_DISABLE   ((uint8_t)0U)

Disable: use this macro to disable any feature bit