Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DnanohubPacket.h34 typedef uint32_t __le32; typedef
43 __le32 seq;
44 __le32 reason;
52 __le32 crc;
102 __le32 variantVer;
116 __le32 appVer;
124 __le32 appIdx;
131 __le32 appVer;
132 __le32 appSize;
140 __le32 size;
[all …]
/device/google/contexthub/firmware/src/
DnanohubCommand.c115 mEventSlab = slabAllocatorNew(NANOHUB_PACKET_PAYLOAD_MAX-sizeof(__le32), 4, 2); in nanohubInitCommand()
953 __le32,
983 __le32,
DhostIntf.c192 static inline __le32 hostIntfComputeCrc(uint8_t *buf) in hostIntfComputeCrc()
225 __le32 packetCrc; in hostIntfFindHandler()
280 static void hostIntfTxPacket(__le32 reason, uint8_t len, uint32_t seq, in hostIntfTxPacket()
1000 __le32 raw_reason = htole32(reason); in hostIntfNotifyReboot()