HAL
LL_TIM_CC_DisablePreload() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_TIM_CC_DisablePreload()

LL_TIM_CC_DisablePreload() function

Disable the capture/compare control bits (CCxE, CCxNE and OCxM) preload.

Syntax

__STATIC_INLINE void LL_TIM_CC_DisablePreload(TIM_TypeDef *TIMx);

Arguments

TIMx

Timer instance

Return value

None

Notes

Macro IS_TIM_COMMUTATION_EVENT_INSTANCE(TIMx) can be used to check whether or not a timer instance is able to generate a commutation event.

References

LocationText
stm32f4xx_ll_tim.h:1514
__STATIC_INLINE void LL_TIM_CC_DisablePreload(TIM_TypeDef *TIMx)

Data Use

Data read by LL_TIM_CC_DisablePreload()
LL_TIM_CC_DisablePreload()