Lines Matching refs:Source

236   assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source));  in HAL_LPTIM_Init()
238 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
244 assert_param(IS_LPTIM_TRG_SOURCE(hlptim->Init.Trigger.Source)); in HAL_LPTIM_Init()
245 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
282 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
287 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
297 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
306 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
313 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
321 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
324 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
614 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_PWM_Start_IT()
667 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_PWM_Stop_IT()
837 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_OnePulse_Start_IT()
890 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_OnePulse_Stop_IT()
1060 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_SetOnce_Start_IT()
1113 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_SetOnce_Stop_IT()
1140 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1232 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
1558 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()