RX_ERROR
#define RX_ERROR 3 /* Message has been received with error */
# define RX_ERROR (RX_WDOG_TIMER | RX_RUNT | RX_OVERLEN | \
#define RX_ERROR (1 << 15)
#define RX_ERROR (0x01 << 3)