HAL + 0/9 examples
CodeScope will show references to TIM_OSSI_ENABLE from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F411RE-Nucleo
Examples_MIX
TIM
 
Symbols
loading...
Files
loading...

TIM_OSSI_ENABLE macro

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

Syntax

#define TIM_OSSI_ENABLE TIM_BDTR_OSSI

Examples

TIM_OSSI_ENABLE is referenced by 9 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:819
#define TIM_OSSI_ENABLE TIM_BDTR_OSSI /*!< When inactive, OC/OCN outputs are enabled (still controlled by the timer) */
stm32f4xx_hal_tim.h:1701
#define IS_TIM_OSSI_STATE(__STATE__) (((__STATE__) == TIM_OSSI_ENABLE) || \