HAL
LL_TIM_COUNTERMODE_CENTER_DOWN is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_TIM_COUNTERMODE_CENTER_DOWN

LL_TIM_COUNTERMODE_CENTER_DOWN macro

The counter counts up and down alternatively. Output compare interrupt flags of output channels are set only when the counter is counting down.

Syntax

#define LL_TIM_COUNTERMODE_CENTER_DOWN TIM_CR1_CMS_0

References

LocationText
stm32f4xx_ll_tim.h:567
#define LL_TIM_COUNTERMODE_CENTER_DOWN TIM_CR1_CMS_0 /*!< The counter counts up and down alternatively. Output compare interrupt flags of output channels are set only when the counter is counting down. */