Lines Matching refs:Source

233   assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source));  in HAL_LPTIM_Init()
235 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
241 assert_param(IS_LPTIM_TRG_SOURCE(hlptim->Init.Trigger.Source)); in HAL_LPTIM_Init()
242 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
279 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
284 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
294 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
303 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
310 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
318 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
321 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
600 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_PWM_Start_IT()
653 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_PWM_Stop_IT()
823 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_OnePulse_Start_IT()
877 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_OnePulse_Stop_IT()
1047 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_SetOnce_Start_IT()
1100 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_SetOnce_Stop_IT()
1127 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1219 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
1554 if ((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Counter_Start()
1640 if ((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Counter_Start_IT()