Home
last modified time | relevance | path

Searched refs:enableCancellation (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/
Dfsl_tsi_v5.h1036 static inline void TSI_EnableNoiseCancellation(TSI_Type *base, bool enableCancellation) in TSI_EnableNoiseCancellation() argument
1038 base->MODE = ((base->MODE) & ~TSI_MODE_S_NOISE_MASK) | (TSI_MODE_S_NOISE(enableCancellation)); in TSI_EnableNoiseCancellation()
/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/tsi_v6/
Dfsl_tsi_v6.h1004 static inline void TSI_EnableNoiseCancellation(TSI_Type *base, bool enableCancellation) in TSI_EnableNoiseCancellation() argument
1006 …e->CONFIG = ((base->CONFIG) & ~TSI_CONFIG_S_NOISE_MASK) | (TSI_CONFIG_S_NOISE(enableCancellation)); in TSI_EnableNoiseCancellation()
/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/tsi_v5/
Dfsl_tsi_v5.h1095 static inline void TSI_EnableNoiseCancellation(TSI_Type *base, bool enableCancellation) in TSI_EnableNoiseCancellation() argument
1097 base->MODE = ((base->MODE) & ~TSI_MODE_S_NOISE_MASK) | (TSI_MODE_S_NOISE(enableCancellation)); in TSI_EnableNoiseCancellation()