Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/timer/
Dnrf_grtc_timer.h37 int32_t z_nrf_grtc_timer_chan_alloc(void);
/Zephyr-latest/tests/drivers/timer/nrf_grtc_timer/src/
Dmain.c69 int32_t channel = z_nrf_grtc_timer_chan_alloc(); in ZTEST()
106 int32_t channel = z_nrf_grtc_timer_chan_alloc(); in ZTEST()
/Zephyr-latest/drivers/timer/
Dnrf_grtc_timer.c165 int32_t z_nrf_grtc_timer_chan_alloc(void) in z_nrf_grtc_timer_chan_alloc() function