Searched refs:sl_sleeptimer_get_tick_count (Results 1 – 4 of 4) sorted by relevance
150 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()
397 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()
314 uint32_t sl_sleeptimer_get_tick_count(void);
621 …&& ((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