GRCAN_STAT_TXERRCNT
bec->txerr = (status & GRCAN_STAT_TXERRCNT) >> GRCAN_STAT_TXERRCNT_BIT;
u32 txerr = (status & GRCAN_STAT_TXERRCNT)