STM32F479xx 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 641 of file stm32f4xx_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 642 of file stm32f4xx_ll_tim.h.