Searched defs:HI_U16 (Results 1 – 7 of 7) sorted by relevance
42 typedef unsigned short HI_U16; typedef
45 typedef unsigned short HI_U16; typedef
58 typedef unsigned short HI_U16; typedef
47 HI_U16 = c_ushort variable
130 #define HI_U16(a) (uint8_t)(((uint16_t)(a) >> 8) & 0xFF) macro