Searched refs:IS_TIM_IC_POLARITY (Results 1 – 16 of 16) sorted by relevance
1998 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()2715 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()3049 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()3050 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
580 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()1022 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()1266 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()1267 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
558 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()1001 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()1234 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()1235 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
1709 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()2366 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()2645 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()2646 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
2005 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()2722 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()3056 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()3057 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
2008 assert_param(IS_TIM_IC_POLARITY(TIM_ICInitStruct->TIM_ICPolarity)); in TIM_ICInit()2718 assert_param(IS_TIM_IC_POLARITY(TIM_ICPolarity)); in TIM_TIxExternalClockConfig()3051 assert_param(IS_TIM_IC_POLARITY(TIM_IC1Polarity)); in TIM_EncoderInterfaceConfig()3052 assert_param(IS_TIM_IC_POLARITY(TIM_IC2Polarity)); in TIM_EncoderInterfaceConfig()
516 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
523 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
459 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
522 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
388 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPolarity_Rising) || \ macro
1364 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
3834 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
Completed in 75 milliseconds