Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dbl.c48 #define BL_ERROR 0xDEADBEAF /* returned in place of command in case of excha… macro
465 return (cmd ^ cmdNot) == 0xFF ? cmd : BL_ERROR; in blLoaderRxCmd()
502 if (sync == BL_SYNC_IN && cmd != BL_ERROR) in blLoader()