Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h89 #ifndef htobe16
90 #define htobe16(x) ((uint16_t)(x)) macro
166 #ifndef htobe16
167 #define htobe16(x) os_bswap_16(x)
/hal_espressif-latest/components/newlib/platform_include/
Dendian.h69 #define htobe16(x) bswap16((x)) macro
83 #define htobe16(x) ((uint16_t)(x))
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dendian.h88 #define htobe16(x) bswap16((x)) macro
103 #define htobe16(x) ((uint16_t)(x)) macro