GET_FIELD
#define GET_FIELD(fieldName, mask) (((fieldName) & mask) >> mask ## _SHIFT)
#define GET_FIELD(value, name) \