Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h211 NRFY_STATIC_INLINE void nrfy_grtc_prepare(NRF_GRTC_Type * p_reg, bool busy_wait) in nrfy_grtc_prepare() argument
236 if (busy_wait) in nrfy_grtc_prepare()
267 NRFY_STATIC_INLINE void nrfy_grtc_sys_counter_start(NRF_GRTC_Type * p_reg, bool busy_wait) in nrfy_grtc_sys_counter_start() argument
271 if (busy_wait) in nrfy_grtc_sys_counter_start()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_grtc.h298 nrfx_err_t nrfx_grtc_syscounter_start(bool busy_wait, uint8_t * p_main_cc_channel);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c535 nrfx_err_t nrfx_grtc_syscounter_start(bool busy_wait, uint8_t * p_main_cc_channel) in nrfx_grtc_syscounter_start() argument
566 nrfy_grtc_sys_counter_start(NRF_GRTC, busy_wait); in nrfx_grtc_syscounter_start()