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

TIM_OCFAST_DISABLE macro

Output Compare fast disable

Syntax

#define TIM_OCFAST_DISABLE 0x00000000U

Examples

TIM_OCFAST_DISABLE is referenced by 43 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:559
#define TIM_OCFAST_DISABLE 0x00000000U /*!< Output Compare fast disable */
stm32f4xx_hal_tim.h:1607
#define IS_TIM_FAST_STATE(__STATE__) (((__STATE__) == TIM_OCFAST_DISABLE) || \
stm32f4xx_hal_tim_ex.c:205
OC_Config.OCFastMode = TIM_OCFAST_DISABLE;