Searched refs:startup_timeout (Results 1 – 1 of 1) sorted by relevance
568 uint32_t startup_timeout = STARTUP_TIMEOUT; in nrfx_grtc_syscounter_start() local570 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()