Home
last modified time | relevance | path

Searched refs:IS_TIM_IC_POLARITY (Results 1 – 25 of 69) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_tim.c2627 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()
2628 assert_param(IS_TIM_IC_POLARITY(sConfig->IC2Polarity)); in HAL_TIM_Encoder_Init()
3512 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
Dstm32mp1xx_hal_tim_ex.c157 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_tim.h1381 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_tim_ex.c153 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_tim_ex.c154 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_tim_ex.c153 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_tim_ex.c153 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_tim.h1383 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_tim.h1627 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_tim.h1625 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_tim.h1703 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_tim_ex.c155 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_tim_ex.c154 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_tim.h1625 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_tim_ex.c155 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_tim.h1625 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_tim.h1832 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_tim_ex.c165 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_tim_ex.c166 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_tim_ex.c166 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_tim_ex.c191 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_tim.h1827 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_tim_ex.c167 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_tim_ex.c177 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_tim_ex.c166 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()

123