HAL + 0/1 examples
CodeScope will show references to LL_TIM_InitTypeDef::CounterMode from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_TIM_InitTypeDef::CounterMode

LL_TIM_InitTypeDef::CounterMode field

Specifies the counter mode. This parameter can be a value of TIM_LL_EC_COUNTERMODE. This feature can be modified afterwards using unitary function LL_TIM_SetCounterMode().

Syntax

uint32_t CounterMode;

Examples

LL_TIM_InitTypeDef::CounterMode is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_tim.h:190
uint32_t CounterMode; /*!< Specifies the counter mode.
stm32f4xx_ll_tim.c:289LL_TIM_StructInit()
stm32f4xx_ll_tim.c:318LL_TIM_Init()
MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode);

Data Use

Functions writing LL_TIM_InitTypeDef::CounterMode
Functions reading LL_TIM_InitTypeDef::CounterMode
all items filtered out
LL_TIM_InitTypeDef::CounterMode
all items filtered out
Type of LL_TIM_InitTypeDef::CounterMode
LL_TIM_InitTypeDef::CounterMode
uint32_t
all items filtered out