Searched refs:BL_SYNC_IN (Results 1 – 1 of 1) sorted by relevance
36 #define BL_SYNC_IN 0x5A macro451 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()