Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp85 type = buf.readU8(); in readNanohubMemInfo()
86 len = buf.readU8(); in readNanohubMemInfo()
176 mCmd = buf.readU8(); in NanohubRsp()
573 uint8_t cmd = buf.readU8(); in handleStopTransfer()
645 uint8_t cmd = buf.readU8(); in handleStart()
704 uint8_t cmd = buf.readU8(); in handleRun()
752 uint8_t cmd = buf.readU8(); in handleStopRun()
784 uint8_t cmd = buf.readU8(); in handleReboot()
800 uint8_t cmd = buf.readU8(); in handleEraseTransfer()
826 uint8_t cmd = buf.readU8(); in handleMgmt()
[all …]
Dmessage_buf.h63 uint8_t readU8() { in readU8() function