Home
last modified time | relevance | path

Searched refs:low_threshold (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/
Dfsl_tsi_v4.h577 static inline void TSI_SetLowThreshold(TSI_Type *base, uint16_t low_threshold) in TSI_SetLowThreshold() argument
579 assert(low_threshold < 0xFFFFU); in TSI_SetLowThreshold()
581 base->TSHD = ((base->TSHD) & ~TSI_TSHD_THRESL_MASK) | (TSI_TSHD_THRESL(low_threshold)); in TSI_SetLowThreshold()
Dfsl_tsi_v5.h963 static inline void TSI_SetLowThreshold(TSI_Type *base, uint16_t low_threshold) in TSI_SetLowThreshold() argument
965 base->TSHD = ((base->TSHD) & ~TSI_TSHD_THRESL_MASK) | (TSI_TSHD_THRESL(low_threshold)); in TSI_SetLowThreshold()
/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/tsi_v4/
Dfsl_tsi_v4.h577 static inline void TSI_SetLowThreshold(TSI_Type *base, uint16_t low_threshold) in TSI_SetLowThreshold() argument
579 assert(low_threshold < 0xFFFFU); in TSI_SetLowThreshold()
581 base->TSHD = ((base->TSHD) & ~TSI_TSHD_THRESL_MASK) | (TSI_TSHD_THRESL(low_threshold)); in TSI_SetLowThreshold()
/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/tsi_v6/
Dfsl_tsi_v6.h931 static inline void TSI_SetLowThreshold(TSI_Type *base, uint16_t low_threshold) in TSI_SetLowThreshold() argument
933 base->TSHD = ((base->TSHD) & ~TSI_TSHD_THRESL_MASK) | (TSI_TSHD_THRESL(low_threshold)); in TSI_SetLowThreshold()
/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/tsi_v5/
Dfsl_tsi_v5.h1022 static inline void TSI_SetLowThreshold(TSI_Type *base, uint16_t low_threshold) in TSI_SetLowThreshold() argument
1024 base->TSHD = ((base->TSHD) & ~TSI_TSHD_THRESL_MASK) | (TSI_TSHD_THRESL(low_threshold)); in TSI_SetLowThreshold()