Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dbl.c36 #define BL_SYNC_IN 0x5A macro
451 return blSpiTxRxByte(BL_SYNC_OUT) == BL_SYNC_IN; in blLoaderSendSyncOut()
482 if (blSyncWait(BL_SYNC_IN)) { in blLoader()
498 while ((sync = blLoaderRxByte()) != BL_SYNC_IN); in blLoader()
502 if (sync == BL_SYNC_IN && cmd != BL_ERROR) in blLoader()