Searched defs:UINT16_TO_BYTE_ARRAY (Results 1 – 1 of 1) sorted by relevance
66 #define UINT16_TO_BYTE_ARRAY(i, b) Uint16ToByteArray((i), (BYTE *)(b)) macro84 #define UINT16_TO_BYTE_ARRAY(i, b) {*((uint16_t *)(b)) = (i);} macro99 #define UINT16_TO_BYTE_ARRAY(i, b) {*((uint16_t *)(b)) = REVERSE_ENDIAN_16(i);} macro