Home
last modified time | relevance | path

Searched refs:le16toh (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h101 #ifndef le16toh
102 #define le16toh(x) os_bswap_16 (x) macro
178 #ifndef le16toh
179 #define le16toh(x) ((uint16_t)(x))
/hal_espressif-latest/components/newlib/platform_include/
Dendian.h79 #define le16toh(x) ((uint16_t)(x)) macro
93 #define le16toh(x) bswap16((x))
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dendian.h98 #define le16toh(x) ((uint16_t)(x)) macro
113 #define le16toh(x) bswap16((x)) macro