Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dnrf_grtc_timer.c346 uint64_t capt_time; in z_nrf_grtc_timer_capture_read() local
358 result = nrfx_grtc_syscounter_cc_value_read(chan, &capt_time); in z_nrf_grtc_timer_capture_read()
363 __ASSERT_NO_MSG(capt_time < COUNTER_SPAN); in z_nrf_grtc_timer_capture_read()
365 *captured_time = capt_time; in z_nrf_grtc_timer_capture_read()