Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c568 uint32_t startup_timeout = STARTUP_TIMEOUT; in nrfx_grtc_syscounter_start() local
570 while ((startup_timeout > 0) && (!ready_check())) in nrfx_grtc_syscounter_start()
572 startup_timeout--; in nrfx_grtc_syscounter_start()
574 if (startup_timeout == 0) in nrfx_grtc_syscounter_start()