Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dbl.c470 uint32_t nRetries; in blSyncWait() local
472 for (nRetries = 10000; nRetries; nRetries--) { in blSyncWait()
479 return nRetries > 0; in blSyncWait()