HAL + 0/7 examples
CodeScope will show references to LL_TIM_COUNTERMODE_UP from the following samples and libraries:
 
Symbols
loading...
Files
loading...

LL_TIM_COUNTERMODE_UP macro

Counter used as upcounter

Syntax

#define LL_TIM_COUNTERMODE_UP 0x00000000U

Examples

LL_TIM_COUNTERMODE_UP is referenced by 7 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:565
#define LL_TIM_COUNTERMODE_UP 0x00000000U /*!< Counter used as upcounter */
stm32f4xx_ll_tim.c:289
TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP;