Struct atsam4e8c_pac::can0::sr::R

source ·
pub struct R(_);
Expand description

Register SR reader

Implementations§

Bit 0 - Mailbox 0 Event

Bit 1 - Mailbox 1 Event

Bit 2 - Mailbox 2 Event

Bit 3 - Mailbox 3 Event

Bit 4 - Mailbox 4 Event

Bit 5 - Mailbox 5 Event

Bit 6 - Mailbox 6 Event

Bit 7 - Mailbox 7 Event

Bit 16 - Error Active Mode

Bit 17 - Warning Limit

Bit 18 - Error Passive Mode

Bit 19 - Bus Off Mode

Bit 20 - CAN controller in Low power Mode

Bit 21 - CAN controller is not in Low power Mode

Bit 22 - Timer Overflow

Bit 23 - Timestamp

Bit 24 - Mailbox CRC Error

Bit 25 - Mailbox Stuffing Error

Bit 26 - Acknowledgment Error

Bit 27 - Form Error

Bit 28 - Bit Error

Bit 29 - Receiver busy

Bit 30 - Transmitter busy

Bit 31 - Overload busy

Methods from Deref<Target = R<SR_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

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.