Home
last modified time | relevance | path

Searched refs:TIM_BREAKINPUTSOURCE_COMP2 (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.h223 #define TIM_BREAKINPUTSOURCE_COMP2 0x00000004U /* !< The COMP2 out… macro
276 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP2) || \
281 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP2))
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1768 case TIM_BREAKINPUTSOURCE_COMP2: in HAL_TIMEx_ConfigBreakInput()