Searched refs:low_threshold (Results 1 – 5 of 5) sorted by relevance
577 static inline void TSI_SetLowThreshold(TSI_Type *base, uint16_t low_threshold) in TSI_SetLowThreshold() argument579 assert(low_threshold < 0xFFFFU); in TSI_SetLowThreshold()581 base->TSHD = ((base->TSHD) & ~TSI_TSHD_THRESL_MASK) | (TSI_TSHD_THRESL(low_threshold)); in TSI_SetLowThreshold()
963 static inline void TSI_SetLowThreshold(TSI_Type *base, uint16_t low_threshold) in TSI_SetLowThreshold() argument965 base->TSHD = ((base->TSHD) & ~TSI_TSHD_THRESL_MASK) | (TSI_TSHD_THRESL(low_threshold)); in TSI_SetLowThreshold()
931 static inline void TSI_SetLowThreshold(TSI_Type *base, uint16_t low_threshold) in TSI_SetLowThreshold() argument933 base->TSHD = ((base->TSHD) & ~TSI_TSHD_THRESL_MASK) | (TSI_TSHD_THRESL(low_threshold)); in TSI_SetLowThreshold()
1022 static inline void TSI_SetLowThreshold(TSI_Type *base, uint16_t low_threshold) in TSI_SetLowThreshold() argument1024 base->TSHD = ((base->TSHD) & ~TSI_TSHD_THRESL_MASK) | (TSI_TSHD_THRESL(low_threshold)); in TSI_SetLowThreshold()