Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/nrf53/
Dsync_rtc.c231 int32_t sync_rtc_ch; in sync_rtc_setup() local
240 sync_rtc_ch = z_nrf_rtc_timer_chan_alloc(); in sync_rtc_setup()
241 if (sync_rtc_ch < 0) { in sync_rtc_setup()
243 rv = sync_rtc_ch; in sync_rtc_setup()
247 channels.ch.rtc = (uint8_t)sync_rtc_ch; in sync_rtc_setup()