Home
last modified time | relevance | path

Searched refs:sl_sleeptimer_get_tick_count (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/hfxo_manager/src/
Dsl_hfxo_manager.c150 hfxo_startup_time_tc_initial = sl_sleeptimer_get_tick_count(); in sli_hfxo_manager_begin_startup_measurement()
191 hfxo_last_startup_time = sl_sleeptimer_get_tick_count() - hfxo_startup_time_tc_initial; in sli_hfxo_manager_end_startup_measurement()
/hal_silabs-latest/simplicity_sdk/platform/service/power_manager/src/sleep_loop/
Dsl_power_manager_hal_s2.c397 hf_x_oscillator_wakeup_time_tc_inital = sl_sleeptimer_get_tick_count(); in EMU_EM23PostsleepHook()
451 hf_x_oscillator_wakeup_time_tc_inital = sl_sleeptimer_get_tick_count(); in sli_power_manager_restore_high_freq_accuracy_clk()
466 uint32_t current_time = sl_sleeptimer_get_tick_count() - hf_x_oscillator_wakeup_time_tc_inital; in sli_power_manager_restore_high_freq_accuracy_clk()
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/inc/
Dsl_sleeptimer.h314 uint32_t sl_sleeptimer_get_tick_count(void);
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer.c621 …&& ((sl_sleeptimer_get_tick_count() - timer_head->timeout_expected_tc) > MIN_DIFF_BETWEEN_COUNT_AN… in sli_sleeptimer_is_power_manager_timer_next_to_expire()
631 uint32_t sl_sleeptimer_get_tick_count(void) in sl_sleeptimer_get_tick_count() function