Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h494 #define TIM_CLOCKSOURCE_ETRMODE2 (TIM_SMCR_ETPS_1) macro
839 ((CLOCK) == TIM_CLOCKSOURCE_ETRMODE2) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h632 #define TIM_CLOCKSOURCE_ETRMODE2 (TIM_SMCR_ETPS_1) macro
647 ((__CLOCK__) == TIM_CLOCKSOURCE_ETRMODE2) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h737 #define TIM_CLOCKSOURCE_ETRMODE2 TIM_SMCR_ETPS_1 /*!< External clock source mode 2 … macro
1678 ((__CLOCK__) == TIM_CLOCKSOURCE_ETRMODE2) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim.c3853 case TIM_CLOCKSOURCE_ETRMODE2: in HAL_TIM_ConfigClockSource()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tim.c3799 case TIM_CLOCKSOURCE_ETRMODE2: in HAL_TIM_ConfigClockSource()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c4547 case TIM_CLOCKSOURCE_ETRMODE2: in HAL_TIM_ConfigClockSource()