Home
last modified time | relevance | path

Searched refs:TIM_BREAKINPUT_BRK (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.h212 #define TIM_BREAKINPUT_BRK 0x00000001U /* !< Timer break i… macro
270 #define IS_TIM_BREAKINPUT(__BREAKINPUT__) (((__BREAKINPUT__) == TIM_BREAKINPUT_BRK) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1791 case TIM_BREAKINPUT_BRK: in HAL_TIMEx_ConfigBreakInput()