GRCAN_STAT_RXERRCNT
bec->rxerr = (status & GRCAN_STAT_RXERRCNT) >> GRCAN_STAT_RXERRCNT_BIT;
u32 rxerr = (status & GRCAN_STAT_RXERRCNT)