RCR_RXEN
#define RCR_RXEN (1<<0)
#define RCR_RXEN BIT(0)
#define RCR_RXEN 0x0100 // IFF this is set, we can receive packets
#define RCR_RXEN (1 << 0)