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

Macros

#define TIM_OSSI_ENABLE   TIM_BDTR_OSSI
 
#define TIM_OSSI_DISABLE   0x00000000U
 

Detailed Description

Macro Definition Documentation

◆ TIM_OSSI_ENABLE

#define TIM_OSSI_ENABLE   TIM_BDTR_OSSI

#include <stm32f4xx_hal_tim.h>

When inactive, OC/OCN outputs are enabled (still controlled by the timer)

Definition at line 819 of file stm32f4xx_hal_tim.h.

◆ TIM_OSSI_DISABLE

#define TIM_OSSI_DISABLE   0x00000000U

#include <stm32f4xx_hal_tim.h>

When inactive, OC/OCN outputs are disabled (not controlled any longer by the timer)

Definition at line 820 of file stm32f4xx_hal_tim.h.