HAL + 0/1 examples
CodeScope will show references to LL_TIM_OCSTATE_DISABLE from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...

LL_TIM_OCSTATE_DISABLE macro

OCx is not active

Syntax

#define LL_TIM_OCSTATE_DISABLE 0x00000000U

Examples

LL_TIM_OCSTATE_DISABLE is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:640
#define LL_TIM_OCSTATE_DISABLE 0x00000000U /*!< OCx is not active */
stm32f4xx_ll_tim.c:360
TIM_OC_InitStruct->OCState = LL_TIM_OCSTATE_DISABLE;
stm32f4xx_ll_tim.c:361
TIM_OC_InitStruct->OCNState = LL_TIM_OCSTATE_DISABLE;