Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/timer/
Dnrf_grtc_timer.h190 int z_nrf_grtc_wakeup_prepare(uint64_t wake_time_us);
/Zephyr-latest/drivers/timer/
Dnrf_grtc_timer.c371 int z_nrf_grtc_wakeup_prepare(uint64_t wake_time_us) in z_nrf_grtc_wakeup_prepare() argument
389 if (minimum_latency_us > wake_time_us) { in z_nrf_grtc_wakeup_prepare()
402 now + wake_time_us * sys_clock_hw_cycles_per_sec() / USEC_PER_SEC, NULL, in z_nrf_grtc_wakeup_prepare()