Searched refs:IS_TSC_SS_PRESC (Results 1 – 4 of 4) sorted by relevance
175 assert_param(IS_TSC_SS_PRESC(htsc->Init.SpreadSpectrumPrescaler)); in HAL_TSC_Init()
539 #define IS_TSC_SS_PRESC(VAL) (((VAL) == TSC_SS_PRESC_DIV1) || ((VAL) == TSC_SS_PRESC_DIV2)) macro
267 assert_param(IS_TSC_SS_PRESC(htsc->Init.SpreadSpectrumPrescaler)); in HAL_TSC_Init()
690 #define IS_TSC_SS_PRESC(__VALUE__) (((__VALUE__) == TSC_SS_PRESC_DIV1) || ((__VALUE__) == TSC_… macro