@ brief Macros that define values for the various modes of the interference threshold mode in pre-processing block
◆ HWA_INTERFTHRESH_MODE_MAG_OR_MAGDIF
#define HWA_INTERFTHRESH_MODE_MAG_OR_MAGDIF ((uint8_t)0U) /** interference threshold magnitude or Magnitude difference */ |
◆ HWA_INTERFTHRESH_MODE_MAGDIFF
#define HWA_INTERFTHRESH_MODE_MAGDIFF ((uint8_t)1U) /** interference threshold only magnitude difference */ |
◆ HWA_INTERFTHRESH_MODE_MAG
#define HWA_INTERFTHRESH_MODE_MAG ((uint8_t)2U) /** interference threshold only magnitude */ |
◆ HWA_INTERFTHRESH_MODE_MAG_AND_MAGDIFF
#define HWA_INTERFTHRESH_MODE_MAG_AND_MAGDIFF ((uint8_t)3U) /** interference threshold magnitude AND magnitude difference */ |