pub struct W(_);
Expand description

Register MCAN_IE writer

Implementations

Bit 0 - Receive FIFO 0 New Message Interrupt Enable

Bit 1 - Receive FIFO 0 Watermark Reached Interrupt Enable

Bit 2 - Receive FIFO 0 Full Interrupt Enable

Bit 3 - Receive FIFO 0 Message Lost Interrupt Enable

Bit 4 - Receive FIFO 1 New Message Interrupt Enable

Bit 5 - Receive FIFO 1 Watermark Reached Interrupt Enable

Bit 6 - Receive FIFO 1 Full Interrupt Enable

Bit 7 - Receive FIFO 1 Message Lost Interrupt Enable

Bit 8 - High Priority Message Interrupt Enable

Bit 9 - Transmission Completed Interrupt Enable

Bit 10 - Transmission Cancellation Finished Interrupt Enable

Bit 11 - Tx FIFO Empty Interrupt Enable

Bit 12 - Tx Event FIFO New Entry Interrupt Enable

Bit 13 - Tx Event FIFO Watermark Reached Interrupt Enable

Bit 14 - Tx Event FIFO Full Interrupt Enable

Bit 15 - Tx Event FIFO Event Lost Interrupt Enable

Bit 16 - Timestamp Wraparound Interrupt Enable

Bit 17 - Message RAM Access Failure Interrupt Enable

Bit 18 - Timeout Occurred Interrupt Enable

Bit 19 - Message stored to Dedicated Receive Buffer Interrupt Enable

Bit 20 - Bit Error Corrected Interrupt Enable

Bit 21 - Bit Error Uncorrected Interrupt Enable

Bit 22 - Error Logging Overflow Interrupt Enable

Bit 23 - Error Passive Interrupt Enable

Bit 24 - Warning Status Interrupt Enable

Bit 25 - Bus_Off Status Interrupt Enable

Bit 26 - Watchdog Interrupt Enable

Bit 27 - CRC Error Interrupt Enable

Bit 28 - Bit Error Interrupt Enable

Bit 29 - Acknowledge Error Interrupt Enable

Bit 30 - Format Error Interrupt Enable

Bit 31 - Stuff Error Interrupt Enable

Writes raw bits to the register.

Methods from Deref<Target = W<MCAN_IE_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably 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.