Searched refs:RX_CRC_ERROR (Results 1 – 3 of 3) sorted by relevance
90 #define RX_CRC_ERROR 1 macro
230 #define RX_CRC_ERROR 0x1000 macro
4632 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()