Lines Matching refs:Source

254   assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source));  in HAL_LPTIM_Init()
256 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
262 assert_param(IS_LPTIM_TRG_SOURCE(hlptim->Init.Trigger.Source)); in HAL_LPTIM_Init()
263 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
300 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
305 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
315 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
324 if (hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC) in HAL_LPTIM_Init()
331 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
339 if (hlptim->Init.Trigger.Source != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_Init()
342 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
640 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_PWM_Start_IT()
693 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_PWM_Stop_IT()
863 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_OnePulse_Start_IT()
917 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_OnePulse_Stop_IT()
1087 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_SetOnce_Start_IT()
1140 if ((hlptim->Init.Trigger.Source) != LPTIM_TRIGSOURCE_SOFTWARE) in HAL_LPTIM_SetOnce_Stop_IT()
1167 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start()
1259 assert_param(hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_APBCLOCK_LPOSC); in HAL_LPTIM_Encoder_Start_IT()
1586 if ((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Counter_Start()
1668 if ((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Counter_Start_IT()