Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h109 #ifndef htole32
110 #define htole32(x) os_bswap_32 (x) macro
186 #ifndef htole32
187 #define htole32(x) ((uint32_t)(x))
/hal_espressif-latest/components/newlib/platform_include/
Dendian.h73 #define htole32(x) ((uint32_t)(x)) macro
87 #define htole32(x) bswap32((x))
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dendian.h92 #define htole32(x) ((uint32_t)(x)) macro
107 #define htole32(x) bswap32((x)) macro