Searched refs:IS_TIM_CLOCKPOLARITY (Results 1 – 6 of 6) sorted by relevance
3834 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()3860 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()3879 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()3894 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()3909 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()
3781 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()3803 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()3818 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()3829 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()3840 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()
4528 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()4554 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()4573 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()4589 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()4605 assert_param(IS_TIM_CLOCKPOLARITY(sClockSourceConfig->ClockPolarity)); in HAL_TIM_ConfigClockSource()
849 #define IS_TIM_CLOCKPOLARITY(POLARITY) (((POLARITY) == TIM_CLOCKPOLARITY_INVERTED) || \ macro
669 #define IS_TIM_CLOCKPOLARITY(__POLARITY__) (((__POLARITY__) == TIM_CLOCKPOLARITY_INVERTED) || \ macro
1688 #define IS_TIM_CLOCKPOLARITY(__POLARITY__) (((__POLARITY__) == TIM_CLOCKPOLARITY_INVERTED) || \ macro