IER_RX
#define ENABLE_RXINT IER_RX /* enable uart rx interrupt during rx */
#define ENABLE_RTXINT (IER_RX|IER_MSR) /* full duplex operations */