Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h117 #ifndef le32toh
118 #define le32toh(x) os_bswap_32 (x) macro
194 #ifndef le32toh
195 #define le32toh(x) ((uint32_t)(x))
/hal_espressif-latest/components/newlib/platform_include/
Dendian.h80 #define le32toh(x) ((uint32_t)(x)) macro
94 #define le32toh(x) bswap32((x))
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dendian.h99 #define le32toh(x) ((uint32_t)(x)) macro
114 #define le32toh(x) bswap32((x)) macro