Searched refs:IS_TSC_MCV (Results 1 – 4 of 4) sorted by relevance
177 assert_param(IS_TSC_MCV(htsc->Init.MaxCountValue)); in HAL_TSC_Init()
549 #define IS_TSC_MCV(VAL) (((VAL) == TSC_MCV_255) || \ macro
269 assert_param(IS_TSC_MCV(htsc->Init.MaxCountValue)); in HAL_TSC_Init()
701 #define IS_TSC_MCV(__VALUE__) (((__VALUE__) == TSC_MCV_255) || \ macro