STM32F103xB HAL User Manual
|
Defines | |
#define | LL_TIM_OCSTATE_DISABLE 0x00000000U |
#define | LL_TIM_OCSTATE_ENABLE TIM_CCER_CC1E |
#define LL_TIM_OCSTATE_DISABLE 0x00000000U |
OCx is not active
Definition at line 635 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_OC_StructInit().
#define LL_TIM_OCSTATE_ENABLE TIM_CCER_CC1E |
OCx signal is output on the corresponding output pin
Definition at line 636 of file stm32f1xx_ll_tim.h.