Searched refs:TIM_BREAKINPUT_BRK (Results 1 – 2 of 2) sorted by relevance
212 #define TIM_BREAKINPUT_BRK 0x00000001U /* !< Timer break i… macro270 #define IS_TIM_BREAKINPUT(__BREAKINPUT__) (((__BREAKINPUT__) == TIM_BREAKINPUT_BRK) || \
1791 case TIM_BREAKINPUT_BRK: in HAL_TIMEx_ConfigBreakInput()