Searched defs:htole16 (Results 1 – 4 of 4) sorted by relevance
41 #define htole16(x) (uint16_t)(x) macro54 #define htole16(x) __bswap16(x) macro
79 #define htole16(x) ((uint16_t)(x)) macro93 #define htole16(x) bswap16((x)) macro
89 #define htole16(x) os_bswap_16 (x) macro
77 void htole16(uint8_t *p_buf, uint16_t x) in htole16() function