Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dbl.c430 static uint8_t blLoaderRxByte() in blLoaderRxByte() function
456 blLoaderRxByte(); in blLoaderSendAck()
458 return blLoaderRxByte() == BL_ACK; in blLoaderSendAck()
463 uint8_t cmd = blLoaderRxByte(); in blLoaderRxCmd()
498 while ((sync = blLoaderRxByte()) != BL_SYNC_IN); in blLoader()
522 uint32_t byte = blLoaderRxByte(); in blLoader()
528 …if (blLoaderRxByte() != checksum || addr < BL_SHARED_AREA_FAKE_ADDR || addr - BL_SHARED_AREA_FAKE_… in blLoader()
535 len = blLoaderRxByte(); in blLoader()
538 …if (blLoaderRxByte() != (uint8_t)~len || addr + len - BL_SHARED_AREA_FAKE_ADDR > __shared_end - __… in blLoader()
564 uint32_t byte = blLoaderRxByte(); in blLoader()
[all …]