Home
last modified time | relevance | path

Searched refs:htobe32 (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h105 #ifndef htobe32
106 #define htobe32(x) ((uint32_t)(x)) macro
182 #ifndef htobe32
183 #define htobe32(x) os_bswap_32(x)
/hal_espressif-latest/components/newlib/platform_include/
Dendian.h70 #define htobe32(x) bswap32((x)) macro
84 #define htobe32(x) ((uint32_t)(x))
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dendian.h89 #define htobe32(x) bswap32((x)) macro
104 #define htobe32(x) ((uint32_t)(x)) macro
/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c807 uint32_t crc_size_conversion = htobe32(crc_data); in phy_crc_check_init_data()