|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | TIM_OSSR_ENABLE TIM_BDTR_OSSR |
| #define | TIM_OSSR_DISABLE 0x00000000U |
| #define TIM_OSSR_ENABLE TIM_BDTR_OSSR |
#include <stm32f4xx_hal_tim.h>
When inactive, OC/OCN outputs are enabled (still controlled by the timer)
Definition at line 810 of file stm32f4xx_hal_tim.h.
| #define TIM_OSSR_DISABLE 0x00000000U |
#include <stm32f4xx_hal_tim.h>
When inactive, OC/OCN outputs are disabled (not controlled any longer by the timer)
Definition at line 811 of file stm32f4xx_hal_tim.h.