Searched refs:kMaxPllLockAttempt (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/display/astro-display/
H A Dastro-clock.cpp11 constexpr uint8_t kMaxPllLockAttempt = 3; member in namespace:astro_display::__anon291
54 for (int lock_attempts = 0; lock_attempts < kMaxPllLockAttempt; lock_attempts++) {

Completed in 70 milliseconds