Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_tim_ex.h276 #define TIM_BREAKINPUTSOURCE_COMP4 0x00000010U /*!< The COMP4 outp… macro
689 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP4) || \
700 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP4))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_tim_ex.c2379 case TIM_BREAKINPUTSOURCE_COMP4: in HAL_TIMEx_ConfigBreakInput()