Home
last modified time | relevance | path

Searched refs:TIM_BREAKINPUTSOURCE_COMP1 (Results 1 – 2 of 2) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim_ex.h222 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /* !< The COMP1 out… macro
275 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
280 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1760 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()