Searched refs:le16toh (Results 1 – 3 of 3) sorted by relevance
57 #define le16toh(x) ((uint16_t)(x)) macro71 #define le16toh(x) bswap16((x)) macro
47 DECLARE_TYPE(Le16, uint16_t, htole16, le16toh);
81 return le16toh(val); in readU16()