STM32F103xB HAL User Manual
|
Defines | |
#define | LL_TIM_OSSR_DISABLE 0x00000000U |
#define | LL_TIM_OSSR_ENABLE TIM_BDTR_OSSR |
#define LL_TIM_OSSR_DISABLE 0x00000000U |
When inactive, OCx/OCxN outputs are disabled
Definition at line 859 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_BDTR_StructInit().
#define LL_TIM_OSSR_ENABLE TIM_BDTR_OSSR |
When inactive, OC/OCN outputs are enabled with their inactive level as soon as CCxE=1 or CCxNE=1
Definition at line 860 of file stm32f1xx_ll_tim.h.