Searched defs:le16toh (Results 1 – 4 of 4) sorted by relevance
42 #define le16toh(x) (uint16_t)(x) macro55 #define le16toh(x) __bswap16(x) macro
86 #define le16toh(x) ((uint16_t)(x)) macro100 #define le16toh(x) bswap16((x)) macro
97 #define le16toh(x) os_bswap_16 (x) macro
109 uint16_t le16toh(const uint8_t *p_buf) in le16toh() function