HAL
LL_TIM_COUNTERMODE_CENTER_UP_DOWN is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_TIM_COUNTERMODE_CENTER_UP_DOWN

LL_TIM_COUNTERMODE_CENTER_UP_DOWN macro

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

Syntax

#define LL_TIM_COUNTERMODE_CENTER_UP_DOWN TIM_CR1_CMS

References

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