STM32F479xx HAL User Manual
|
Defines | |
#define | TIM_OSSR_ENABLE TIM_BDTR_OSSR |
#define | TIM_OSSR_DISABLE 0x00000000U |
#define TIM_OSSR_DISABLE 0x00000000U |
When inactive, OC/OCN outputs are disabled (not controlled any longer by the timer)
Definition at line 804 of file stm32f4xx_hal_tim.h.
#define TIM_OSSR_ENABLE TIM_BDTR_OSSR |
When inactive, OC/OCN outputs are enabled (still controlled by the timer)
Definition at line 803 of file stm32f4xx_hal_tim.h.