Home
last modified time | relevance | path

Searched refs:be32toh (Results 1 – 6 of 6) sorted by relevance

/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/os/
Dendian.h108 #ifndef be32toh
109 #define be32toh(x) ((uint32_t)(x)) macro
182 #ifndef be32toh
183 #define be32toh(x) os_bswap_32(x)
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dendian.h38 #define be32toh(x) __bswap32(x) macro
51 #define be32toh(x) (uint32_t)(x) macro
/device/soc/esp/esp32/components/newlib/platform_include/
Dendian.h84 #define be32toh(x) bswap32((x)) macro
98 #define be32toh(x) ((uint32_t)(x)) macro
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/utility/
Dutility.h192 #undef be32toh
319 uint32_t be32toh(const uint8_t *p_buf);
Dutility.c189 uint32_t be32toh(const uint8_t *p_buf) in be32toh() function
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/
Dglue.h128 #define sys_be32_to_cpu(a) be32toh(a)