Searched refs:IS_TSC_SS (Results 1 – 4 of 4) sorted by relevance
173 assert_param(IS_TSC_SS(htsc->Init.SpreadSpectrum)); in HAL_TSC_Init()
536 #define IS_TSC_SS(VAL) (((VAL) == DISABLE) || ((VAL) == ENABLE)) macro
265 assert_param(IS_TSC_SS(htsc->Init.SpreadSpectrum)); in HAL_TSC_Init()
686 #define IS_TSC_SS(__VALUE__) (((FunctionalState)(__VALUE__) == DISABLE) || ((FunctionalS… macro