|
STM32L443xx 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 733 of file stm32l4xx_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 734 of file stm32l4xx_ll_tim.h.
1.7.6.1