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) |
#define HWA_FEATURE_BIT_ENABLE ((uint8_t)1U) |
Enable: use this macro to enable any feature bit
#define HWA_FEATURE_BIT_DISABLE ((uint8_t)0U) |
Disable: use this macro to disable any feature bit