Index: Common.h =================================================================== diff -u -r810dd01b8fa7d5864adea6aaf13c43c61f2c889b -ra281a7eb41aefabcef68014c1b48ceeceae967ef --- Common.h (.../Common.h) (revision 810dd01b8fa7d5864adea6aaf13c43c61f2c889b) +++ Common.h (.../Common.h) (revision a281a7eb41aefabcef68014c1b48ceeceae967ef) @@ -102,6 +102,7 @@ #define MASK_OFF_U32_MSB 0x00FFFFFF ///< Bits to mask off the most significant 3-byte word of a 4-byte word #define SHIFT_8_BITS_FOR_BYTE_SHIFT 8 ///< Number of bits to shift in order to shift a byte #define SHIFT_16_BITS_FOR_WORD_SHIFT 16 ///< Number of bits to shift in order to shift 2 bytes +#define SHIFT_24_BITS 24 ///< Number of bits to shift in order to shift 3 bytes #define MASK_OFF_NIBBLE_LSB 0xF0 ///< Bits to mask off the least significant nibble of a byte #define MASK_OFF_NIBBLE_MSB 0x0F ///< Bits to mask off the most significant nibble of a byte #define MAX_DOUBLE_DIGIT_DECIMAL 99U ///< Maximum value for a decimal byte