Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/timer/
Dnrf_grtc_timer.c372 uint64_t capt_time; in z_nrf_grtc_timer_capture_read() local
384 capt_time = nrfy_grtc_sys_counter_cc_get(NRF_GRTC, chan); in z_nrf_grtc_timer_capture_read()
386 __ASSERT_NO_MSG(capt_time < COUNTER_SPAN); in z_nrf_grtc_timer_capture_read()
388 *captured_time = capt_time; in z_nrf_grtc_timer_capture_read()