Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Dhtc.h64 #define ASSEMBLE_UNALIGNED_UINT16(p,highbyte,lowbyte) \ argument
65 (((A_UINT16)(((A_UINT8 *)(p))[(highbyte)])) << 8 | (A_UINT16)(((A_UINT8 *)(p))[(lowbyte)]))