Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim.c2189 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); in HAL_TIM_Encoder_Init()
2190 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC2Prescaler)); in HAL_TIM_Encoder_Init()
2913 assert_param(IS_TIM_IC_PRESCALER(sConfig->ICPrescaler)); in HAL_TIM_IC_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tim.c2180 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); in HAL_TIM_Encoder_Init()
2181 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC2Prescaler)); in HAL_TIM_Encoder_Init()
2901 assert_param(IS_TIM_IC_PRESCALER(sConfig->ICPrescaler)); in HAL_TIM_IC_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h822 #define IS_TIM_IC_PRESCALER(PRESCALER) (((PRESCALER) == TIM_ICPSC_DIV1) || \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h539 #define IS_TIM_IC_PRESCALER(__PRESCALER__) (((__PRESCALER__) == TIM_ICPSC_DIV1) || \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c164 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); in HAL_TIMEx_HallSensor_Init()
Dstm32l4xx_hal_tim.c2561 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); in HAL_TIM_Encoder_Init()
2562 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC2Prescaler)); in HAL_TIM_Encoder_Init()
3437 assert_param(IS_TIM_IC_PRESCALER(sConfig->ICPrescaler)); in HAL_TIM_IC_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h1648 #define IS_TIM_IC_PRESCALER(__PRESCALER__) (((__PRESCALER__) == TIM_ICPSC_DIV1) || \ macro