le16toh
#define le16toh(x) ((uint16_t)(x))
#define le16toh(x) ((uint16_t)(x))
#define le16toh(x) __bswap16((x))
#define le16toh(x) ((uint16_t)(x))
#define le16toh(x) bswap16((x))