Searched refs:IS_LL_TIM_IC_POLARITY_ENCODER (Results 1 – 1 of 1) sorted by relevance
126 #define IS_LL_TIM_IC_POLARITY_ENCODER(__VALUE__) (((__VALUE__) == LL_TIM_IC_POLARITY_RISING) \ macro489 assert_param(IS_LL_TIM_IC_POLARITY_ENCODER(TIM_EncoderInitStruct->IC1Polarity)); in LL_TIM_ENCODER_Init()493 assert_param(IS_LL_TIM_IC_POLARITY_ENCODER(TIM_EncoderInitStruct->IC2Polarity)); in LL_TIM_ENCODER_Init()581 assert_param(IS_LL_TIM_IC_POLARITY_ENCODER(TIM_HallSensorInitStruct->IC1Polarity)); in LL_TIM_HALLSENSOR_Init()
Completed in 4 milliseconds