Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/timer/nrf_rtc_timer/src/
Dmain.c111 int32_t chan = z_nrf_rtc_timer_chan_alloc(); in ZTEST()
160 chan = z_nrf_rtc_timer_chan_alloc(); in ZTEST()
231 chan = z_nrf_rtc_timer_chan_alloc(); in ZTEST()
268 chan[i] = z_nrf_rtc_timer_chan_alloc(); in ZTEST()
272 inv_ch = z_nrf_rtc_timer_chan_alloc(); in ZTEST()
285 int32_t chan = z_nrf_rtc_timer_chan_alloc(); in ZTEST()
311 int32_t chan = z_nrf_rtc_timer_chan_alloc(); in ZTEST()
377 chan = z_nrf_rtc_timer_chan_alloc(); in ZTEST()
457 chan = z_nrf_rtc_timer_chan_alloc(); in ZTEST()
511 chan = z_nrf_rtc_timer_chan_alloc(); in ZTEST()
/Zephyr-latest/include/zephyr/drivers/timer/
Dnrf_rtc_timer.h44 int32_t z_nrf_rtc_timer_chan_alloc(void);
/Zephyr-latest/soc/nordic/nrf53/
Dsync_rtc.c240 sync_rtc_ch = z_nrf_rtc_timer_chan_alloc(); in sync_rtc_setup()
/Zephyr-latest/drivers/timer/
Dnrf_rtc_timer.c578 int32_t z_nrf_rtc_timer_chan_alloc(void) in z_nrf_rtc_timer_chan_alloc() function