Lines Matching refs:Source
252 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
254 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
260 assert_param(IS_LPTIM_TRG_SOURCE(hlptim->Init.Trigger.Source)); in HAL_LPTIM_Init()
261 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
323 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
328 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
338 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
347 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
354 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
362 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
365 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
663 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_PWM_Start_IT()
722 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_PWM_Stop_IT()
898 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_OnePulse_Start_IT()
958 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_OnePulse_Stop_IT()
1134 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_SetOnce_Start_IT()
1187 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_SetOnce_Stop_IT()
1214 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1306 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
1633 if ((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Counter_Start()
1715 if ((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Counter_Start_IT()