|
STM32F479xx 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 846 of file stm32f4xx_ll_tim.h.
| #define LL_TIM_BREAK_POLARITY_LOW 0x00000000U |
Break input BRK is active low
Definition at line 845 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_BDTR_StructInit().
1.7.6.1