Searched refs:IS_TSC_CTPL (Results 1 – 4 of 4) sorted by relevance
172 assert_param(IS_TSC_CTPL(htsc->Init.CTPulseLowLength)); in HAL_TSC_Init()
519 #define IS_TSC_CTPL(VAL) (((VAL) == TSC_CTPL_1CYCLE) || \ macro
264 assert_param(IS_TSC_CTPL(htsc->Init.CTPulseLowLength)); in HAL_TSC_Init()
669 #define IS_TSC_CTPL(__VALUE__) (((__VALUE__) == TSC_CTPL_1CYCLE) || \ macro