Home
last modified time | relevance | path

Searched defs:get16bits (Results 1 – 1 of 1) 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