Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h58 NRFY_STATIC_INLINE uint64_t __nrfy_internal_grtc_rt_counter_read(NRF_GRTC_Type const * p_reg);
241 while (__nrfy_internal_grtc_rt_counter_read(p_reg) > 1ULL) in nrfy_grtc_prepare()
245 uint64_t t = __nrfy_internal_grtc_rt_counter_read(p_reg); in nrfy_grtc_prepare()
246 while (__nrfy_internal_grtc_rt_counter_read(p_reg) == t) in nrfy_grtc_prepare()
359 return __nrfy_internal_grtc_rt_counter_read(p_reg); in nrfy_grtc_rt_counter_get()
960 NRFY_STATIC_INLINE uint64_t __nrfy_internal_grtc_rt_counter_read(NRF_GRTC_Type const * p_reg) in __nrfy_internal_grtc_rt_counter_read() function