BYTE_MASK
#define BYTE_MASK(access) \
#define BYTE_MASK 0xff
#define BYTE_MASK ((1U << BITS_PER_BYTE) - 1)