Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dnrf_grtc_timer.c409 for (uint32_t grtc_chan_mask = NRFX_GRTC_CONFIG_ALLOWED_CC_CHANNELS_MASK; in z_nrf_grtc_wakeup_prepare() local
410 grtc_chan_mask > 0; grtc_chan_mask &= ~BIT(chan)) { in z_nrf_grtc_wakeup_prepare()
412 chan = u32_count_trailing_zeros(grtc_chan_mask); in z_nrf_grtc_wakeup_prepare()