Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_tim_ex.h126 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /*!< The COMP1 outp… macro
222 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
226 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_tim_ex.h204 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /*!< The COMP1 outp… macro
257 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
262 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_tim_ex.h148 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /*!< The COMP1 outp… macro
304 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
309 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_tim_ex.h134 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /*!< The COMP1 outp… macro
189 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_tim_ex.h156 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /*!< The COMP1 outp… macro
213 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_tim_ex.h160 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /*!< The COMP1 outp… macro
236 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_tim_ex.h154 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /*!< The COMP1 outp… macro
265 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_tim_ex.h267 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /*!< The COMP1 outp… macro
575 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
580 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_tim_ex.h241 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /*!< The COMP1 outp… macro
641 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
647 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_tim_ex.h149 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /*!< The COMP1 outp… macro
400 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_tim_ex.h273 #define TIM_BREAKINPUTSOURCE_COMP1 0x00000002U /*!< The COMP1 outp… macro
686 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
697 ((__SOURCE__) == TIM_BREAKINPUTSOURCE_COMP1) || \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_tim_ex.c2132 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_tim_ex.c2142 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_tim_ex.c2141 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_tim_ex.c2166 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_tim_ex.c2172 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_tim_ex.c2177 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_tim_ex.c2142 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tim_ex.c2277 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_tim_ex.c2253 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_tim_ex.c2272 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_tim_ex.c2352 case TIM_BREAKINPUTSOURCE_COMP1: in HAL_TIMEx_ConfigBreakInput()