HAL
LPTIM_InitTypeDef::CounterSource is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLPTIM_InitTypeDef::CounterSource

LPTIM_InitTypeDef::CounterSource field

Specifies whether the counter is incremented each internal event or each external event. This parameter can be a value of LPTIM_Counter_Source

Syntax

uint32_t CounterSource;

References

LocationReferrerText
stm32f4xx_hal_lptim.h:112
uint32_t CounterSource; /*!< Specifies whether the counter is incremented each internal event
stm32f4xx_hal_lptim.c:236HAL_LPTIM_Init()
|| (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL))
stm32f4xx_hal_lptim.c:280HAL_LPTIM_Init()
|| (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL))
stm32f4xx_hal_lptim.c:298HAL_LPTIM_Init()
hlptim->Init.CounterSource);
stm32f4xx_hal_lptim.c:311HAL_LPTIM_Init()
|| (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL))
stm32f4xx_hal_lptim.c:1555HAL_LPTIM_Counter_Start()
&& (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL))
stm32f4xx_hal_lptim.c:1641HAL_LPTIM_Counter_Start_IT()
&& (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL))

Data Use

Functions reading LPTIM_InitTypeDef::CounterSource
LPTIM_InitTypeDef::CounterSource
Type of LPTIM_InitTypeDef::CounterSource
LPTIM_InitTypeDef::CounterSource
uint32_t
all items filtered out