Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h125 #ifndef htole64
126 #define htole64(x) os_bswap_64 (x) macro
202 #ifndef htole64
203 #define htole64(x) ((uint64_t)(x))
/hal_espressif-latest/components/newlib/platform_include/
Dendian.h74 #define htole64(x) ((uint64_t)(x)) macro
88 #define htole64(x) bswap64((x))
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dendian.h93 #define htole64(x) ((uint64_t)(x)) macro
108 #define htole64(x) bswap64((x)) macro