STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
TIM OSSR OffState Selection for Run mode state
Collaboration diagram for TIM OSSR OffState Selection for Run mode state:

Macros

#define TIM_OSSR_ENABLE   TIM_BDTR_OSSR
 
#define TIM_OSSR_DISABLE   0x00000000U
 

Detailed Description

Macro Definition Documentation

◆ TIM_OSSR_ENABLE

#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.

◆ TIM_OSSR_DISABLE

#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.