STM32F103xB HAL User Manual
|
Defines | |
#define | LL_TIM_BREAK_POLARITY_LOW 0x00000000U |
#define | LL_TIM_BREAK_POLARITY_HIGH TIM_BDTR_BKP |
#define LL_TIM_BREAK_POLARITY_HIGH TIM_BDTR_BKP |
Break input BRK is active high
Definition at line 839 of file stm32f1xx_ll_tim.h.
#define LL_TIM_BREAK_POLARITY_LOW 0x00000000U |
Break input BRK is active low
Definition at line 838 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_BDTR_StructInit().