HAL
LL_TIM_OCMODE_FROZEN is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_TIM_OCMODE_FROZEN macro

The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the output channel level

Syntax

#define LL_TIM_OCMODE_FROZEN 0x00000000U

References

LocationText
stm32f4xx_ll_tim.h:650
#define LL_TIM_OCMODE_FROZEN 0x00000000U /*!<The comparison between the output compare register TIMx_CCRy and the counter TIMx_CNT has no effect on the output channel level */
stm32f4xx_ll_tim.c:359
TIM_OC_InitStruct->OCMode = LL_TIM_OCMODE_FROZEN;