HAL + 0/10 examples
CodeScope will show references to TIM_OPMODE_SINGLE from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F412G-Discovery
Examples
TIM
STM32F412ZG-Nucleo
Examples
TIM
STM32F413H-Discovery
Examples
DFSDM
STM32F413ZH-Nucleo
Examples
TIM
STM32F429ZI-Nucleo
Examples
TIM
STM32F446ZE-Nucleo
Examples
TIM
 
Symbols
loading...
Files
loading...

TIM_OPMODE_SINGLE macro

Counter stops counting at the next update event

Syntax

#define TIM_OPMODE_SINGLE TIM_CR1_OPM

Examples

TIM_OPMODE_SINGLE is referenced by 10 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:653
#define TIM_OPMODE_SINGLE TIM_CR1_OPM /*!< Counter stops counting at the next update event */
stm32f4xx_hal_tim.h:1638
#define IS_TIM_OPM_MODE(__MODE__) (((__MODE__) == TIM_OPMODE_SINGLE) || \