#[repr(transparent)]
pub struct Ie(pub u32);
Expand description
The settings in the Interrupt Enable register determine which status changes in the Interrupt Register will be signaled on an interrupt line.
Rx FIFO X new message enable
Rx FIFO X new message enable
Rx FIFO X message lost enable
Rx FIFO X message lost enable
High-priority message enable
High-priority message enable
Transmission completed enable
Transmission completed enable
Transmission cancellation finished enable
Transmission cancellation finished enable
Tx even FIFO new entry enable
Tx even FIFO new entry enable
Tx event FIFO full enable
Tx event FIFO full enable
Tx event FIFO element lost enable
Tx event FIFO element lost enable
Timestamp wraparound enable
Timestamp wraparound enable
Message RAM access failure enable
Message RAM access failure enable
Error logging overflow enable
Error logging overflow enable
Watchdog interrupt enable
Watchdog interrupt enable
Protocol error in arbitration phase enable
Protocol error in arbitration phase enable
Protocol error in data phase enable
Protocol error in data phase enable
Access to reserved address enable
Access to reserved address enable
Performs copy-assignment from
source
.
Read more
Returns the “default value” for a type.
Read more
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
🔬This is a nightly-only experimental API. (clone_to_uninit
)
Performs copy-assignment from
self
to
dest
.
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.