pub enum RxError {
WouldBlock,
Truncated,
DmaError,
}
Expand description
Errors that can occur during RX
Variants§
WouldBlock
Receiving would block
Truncated
The received packet was truncated
DmaError
An error occured with the DMA
pub enum RxError {
WouldBlock,
Truncated,
DmaError,
}
Errors that can occur during RX
Receiving would block
The received packet was truncated
An error occured with the DMA