HAL
LPTIM_TriggerConfigTypeDef::Source is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLPTIM_TriggerConfigTypeDef::Source

LPTIM_TriggerConfigTypeDef::Source field

Selects the Trigger source. This parameter can be a value of LPTIM_Trigger_Source

Syntax

uint32_t Source;

References

LocationReferrerText
stm32f4xx_hal_lptim.h:82
uint32_t Source; /*!< Selects the Trigger source.
stm32f4xx_hal_lptim.c:242HAL_LPTIM_Init()
if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE)
stm32f4xx_hal_lptim.c:284HAL_LPTIM_Init()
if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE)
stm32f4xx_hal_lptim.c:318HAL_LPTIM_Init()
if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE)
stm32f4xx_hal_lptim.c:321HAL_LPTIM_Init()
tmpcfgr |= (hlptim->Init.Trigger.Source |
stm32f4xx_hal_lptim.c:600HAL_LPTIM_PWM_Start_IT()
if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE)
stm32f4xx_hal_lptim.c:653HAL_LPTIM_PWM_Stop_IT()
if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE)
stm32f4xx_hal_lptim.c:823HAL_LPTIM_OnePulse_Start_IT()
if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE)
stm32f4xx_hal_lptim.c:877HAL_LPTIM_OnePulse_Stop_IT()
if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE)
stm32f4xx_hal_lptim.c:1047HAL_LPTIM_SetOnce_Start_IT()
if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE)
stm32f4xx_hal_lptim.c:1100HAL_LPTIM_SetOnce_Stop_IT()
if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE)

Data Use

Type of LPTIM_TriggerConfigTypeDef::Source
LPTIM_TriggerConfigTypeDef::Source
uint32_t
all items filtered out