Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dnrf_grtc_timer.c374 static uint8_t systemoff_channel; in z_nrf_grtc_wakeup_prepare() local
395 err_code = nrfx_grtc_channel_alloc(&systemoff_channel); in z_nrf_grtc_wakeup_prepare()
400 (void)nrfx_grtc_syscounter_cc_int_disable(systemoff_channel); in z_nrf_grtc_wakeup_prepare()
401 ret = compare_set(systemoff_channel, in z_nrf_grtc_wakeup_prepare()
413 if (chan != systemoff_channel) { in z_nrf_grtc_wakeup_prepare()
419 if (nrfx_grtc_syscounter_compare_event_check(systemoff_channel)) { in z_nrf_grtc_wakeup_prepare()