Home
last modified time | relevance | path

Searched defs:le16toh (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dendian.h42 #define le16toh(x) (uint16_t)(x) macro
55 #define le16toh(x) __bswap16(x) macro
/device/soc/esp/esp32/components/newlib/platform_include/
Dendian.h86 #define le16toh(x) ((uint16_t)(x)) macro
100 #define le16toh(x) bswap16((x)) macro
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/os/
Dendian.h97 #define le16toh(x) os_bswap_16 (x) macro
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/utility/
Dutility.c109 uint16_t le16toh(const uint8_t *p_buf) in le16toh() function