Struct atsam4e8c_pac::can0::ier::W

source ·
pub struct W(_);
Expand description

Register IER writer

Implementations§

Bit 0 - Mailbox 0 Interrupt Enable

Bit 1 - Mailbox 1 Interrupt Enable

Bit 2 - Mailbox 2 Interrupt Enable

Bit 3 - Mailbox 3 Interrupt Enable

Bit 4 - Mailbox 4 Interrupt Enable

Bit 5 - Mailbox 5 Interrupt Enable

Bit 6 - Mailbox 6 Interrupt Enable

Bit 7 - Mailbox 7 Interrupt Enable

Bit 16 - Error Active Mode Interrupt Enable

Bit 17 - Warning Limit Interrupt Enable

Bit 18 - Error Passive Mode Interrupt Enable

Bit 19 - Bus Off Mode Interrupt Enable

Bit 20 - Sleep Interrupt Enable

Bit 21 - Wakeup Interrupt Enable

Bit 22 - Timer Overflow Interrupt Enable

Bit 23 - TimeStamp Interrupt Enable

Bit 24 - CRC Error Interrupt Enable

Bit 25 - Stuffing Error Interrupt Enable

Bit 26 - Acknowledgment Error Interrupt Enable

Bit 27 - Form Error Interrupt Enable

Bit 28 - Bit Error Interrupt Enable

Writes raw bits to the register.

Methods from Deref<Target = W<IER_SPEC>>§

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.