Searched defs:SHORT_TO_LONG (Results 1 – 2 of 2) sorted by relevance
120 #define SHORT_TO_LONG(a, b) (uint32_t)((uint16_t)b << 16 | (uint16_t)a) macro
1813 #define SHORT_TO_LONG(lsw, msw) (uint32_t)((uint16_t)msw << 16 | (uint16_t)lsw) macro