Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim.c2187 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()
2188 assert_param(IS_TIM_IC_POLARITY(sConfig->IC2Polarity)); in HAL_TIM_Encoder_Init()
2911 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tim.c2178 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()
2179 assert_param(IS_TIM_IC_POLARITY(sConfig->IC2Polarity)); in HAL_TIM_Encoder_Init()
2899 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h814 #define IS_TIM_IC_POLARITY(POLARITY) (((POLARITY) == TIM_ICPOLARITY_RISING) || \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h508 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c163 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIMEx_HallSensor_Init()
Dstm32l4xx_hal_tim.c2559 assert_param(IS_TIM_IC_POLARITY(sConfig->IC1Polarity)); in HAL_TIM_Encoder_Init()
2560 assert_param(IS_TIM_IC_POLARITY(sConfig->IC2Polarity)); in HAL_TIM_Encoder_Init()
3435 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h1640 #define IS_TIM_IC_POLARITY(__POLARITY__) (((__POLARITY__) == TIM_ICPOLARITY_RISING) || \ macro