Home
last modified time | relevance | path

Searched defs:htole16 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/port/include/
Dendian.h91 #define htole16(x) ((uint16_t)(x)) macro
106 #define htole16(x) bswap16((x)) macro
/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h94 #define htole16(x) os_bswap_16 (x) macro
/hal_espressif-latest/components/newlib/platform_include/
Dendian.h72 #define htole16(x) ((uint16_t)(x)) macro