Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dcortex_m_systick.c98 static uint32_t idle_timer_pre_idle; variable
134 counter_get_value(idle_timer, &idle_timer_pre_idle); in z_cms_lptim_hook_on_lpm_entry()
150 if (idle_timer_pre_idle > idle_timer_post) { in z_cms_lptim_hook_on_lpm_exit()
152 (counter_get_top_value(idle_timer) - idle_timer_pre_idle) + in z_cms_lptim_hook_on_lpm_exit()
155 idle_timer_diff = idle_timer_post - idle_timer_pre_idle; in z_cms_lptim_hook_on_lpm_exit()