pub struct R(_);
Expand description

Register MCAN_IR reader

Implementations

Bit 0 - Receive FIFO 0 New Message

Bit 1 - Receive FIFO 0 Watermark Reached

Bit 2 - Receive FIFO 0 Full

Bit 3 - Receive FIFO 0 Message Lost

Bit 4 - Receive FIFO 1 New Message

Bit 5 - Receive FIFO 1 Watermark Reached

Bit 6 - Receive FIFO 1 Full

Bit 7 - Receive FIFO 1 Message Lost

Bit 8 - High Priority Message

Bit 9 - Transmission Completed

Bit 10 - Transmission Cancellation Finished

Bit 11 - Tx FIFO Empty

Bit 12 - Tx Event FIFO New Entry

Bit 13 - Tx Event FIFO Watermark Reached

Bit 14 - Tx Event FIFO Full

Bit 15 - Tx Event FIFO Element Lost

Bit 16 - Timestamp Wraparound

Bit 17 - Message RAM Access Failure

Bit 18 - Timeout Occurred

Bit 19 - Message stored to Dedicated Receive Buffer

Bit 20 - Bit Error Corrected

Bit 21 - Bit Error Uncorrected

Bit 22 - Error Logging Overflow

Bit 23 - Error Passive

Bit 24 - Warning Status

Bit 25 - Bus_Off Status

Bit 26 - Watchdog Interrupt

Bit 27 - CRC Error

Bit 28 - Bit Error

Bit 29 - Acknowledge Error

Bit 30 - Format Error

Bit 31 - Stuff Error

Methods from Deref<Target = R<MCAN_IR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.