Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h97 #ifndef be16toh
98 #define be16toh(x) ((uint16_t)(x)) macro
174 #ifndef be16toh
175 #define be16toh(x) os_bswap_16(x)
/hal_espressif-latest/components/newlib/platform_include/
Dendian.h76 #define be16toh(x) bswap16((x)) macro
90 #define be16toh(x) ((uint16_t)(x))
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dendian.h95 #define be16toh(x) bswap16((x)) macro
110 #define be16toh(x) ((uint16_t)(x)) macro