Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp84 type = buf.readU8(); in readNanohubMemInfo()
85 len = buf.readU8(); in readNanohubMemInfo()
175 mCmd = buf.readU8(); in NanohubRsp()
572 uint8_t cmd = buf.readU8(); in handleStopTransfer()
644 uint8_t cmd = buf.readU8(); in handleStart()
703 uint8_t cmd = buf.readU8(); in handleRun()
751 uint8_t cmd = buf.readU8(); in handleStopRun()
783 uint8_t cmd = buf.readU8(); in handleReboot()
799 uint8_t cmd = buf.readU8(); in handleEraseTransfer()
825 uint8_t cmd = buf.readU8(); in handleMgmt()
[all …]
Dmessage_buf.h63 uint8_t readU8() { in readU8() function