Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/external/freebsd/inc/sys/
Dendian.h51 #define htole32(x) ((uint32_t)(x)) macro
65 #define htole32(x) bswap32((x)) macro
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dendian.h154 #define htole32(x) bswap32((uint32_t)(x)) macro
170 #define htole32(x) (x)
186 #define le32toh(x) htole32(x)
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c133 resp->variantVer = htole32(VARIANT_VER); in getOsHwVersion()
145 resp->appVer = htole32(appVer); in getAppVersion()
161 resp->appVer = htole32(appVer); in queryAppInfo()
162 resp->appSize = htole32(appSize); in queryAppInfo()
696 packet->evtType = htole32(EVT_APP_TO_HOST); in fillBuffer()
699 packet->evtType = htole32(EVT_RESET_REASON); in fillBuffer()
702 packet->evtType = htole32(EVT_APP_TO_SENSOR_HAL_DATA); in fillBuffer()
706 packet->evtType = htole32(HOST_EVT_DEBUG_LOG); in fillBuffer()
710 packet->evtType = htole32(0x00000000); in fillBuffer()
714 packet->evtType = htole32(EVT_NO_FIRST_SENSOR_EVENT + packet->sensType); in fillBuffer()
[all …]
DhostIntf.c211 return htole32(crc); in hostIntfComputeCrc()
1101 __le32 raw_reason = htole32(reason); in hostIntfNotifyReboot()
/device/google/contexthub/contexthubhal/
Dmessage_buf.h104 uint32_t tmp = htole32(val); in writeU32()
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c39 #define htole32(x) ((uint32_t)(x)) macro