Home
last modified time | relevance | path

Searched refs:IS_TIM_IC_SELECTION (Results 1 – 6 of 6) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim.c2185 assert_param(IS_TIM_IC_SELECTION(sConfig->IC1Selection)); in HAL_TIM_Encoder_Init()
2186 assert_param(IS_TIM_IC_SELECTION(sConfig->IC2Selection)); in HAL_TIM_Encoder_Init()
2912 assert_param(IS_TIM_IC_SELECTION(sConfig->ICSelection)); in HAL_TIM_IC_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tim.c2176 assert_param(IS_TIM_IC_SELECTION(sConfig->IC1Selection)); in HAL_TIM_Encoder_Init()
2177 assert_param(IS_TIM_IC_SELECTION(sConfig->IC2Selection)); in HAL_TIM_Encoder_Init()
2900 assert_param(IS_TIM_IC_SELECTION(sConfig->ICSelection)); in HAL_TIM_IC_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h818 #define IS_TIM_IC_SELECTION(SELECTION) (((SELECTION) == TIM_ICSELECTION_DIRECTTI) || \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h522 #define IS_TIM_IC_SELECTION(__SELECTION__) (((__SELECTION__) == TIM_ICSELECTION_DIRECTTI) || \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c2557 assert_param(IS_TIM_IC_SELECTION(sConfig->IC1Selection)); in HAL_TIM_Encoder_Init()
2558 assert_param(IS_TIM_IC_SELECTION(sConfig->IC2Selection)); in HAL_TIM_Encoder_Init()
3436 assert_param(IS_TIM_IC_SELECTION(sConfig->ICSelection)); in HAL_TIM_IC_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h1644 #define IS_TIM_IC_SELECTION(__SELECTION__) (((__SELECTION__) == TIM_ICSELECTION_DIRECTTI) || \ macro