Home
last modified time | relevance | path

Searched defs:get16bits (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Duthash.h609 #define get16bits(d) (*((const uint16_t *) (d))) macro
613 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_uthash_internal.h691 #define get16bits(d) (*((const uint16_t *) (d))) macro
695 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro