Searched defs:UINT16BYTES (Results 1 – 2 of 2) sorted by relevance
33 #define UINT16BYTES(p) ((uint32_t)((p)[0] + (256*(p)[1]))) macro
35 #define UINT16BYTES(p) ((uint32_t)((p)[0] + (256*(p)[1]))) macro