#[repr(transparent)]
pub struct Ie(pub u32);
Expand description
FDCAN interrupt enable register
Rx FIFO X new message interrupt enable
Rx FIFO X new message interrupt enable
Rx FIFO X full interrupt enable
Rx FIFO X full interrupt enable
Rx FIFO X message lost interrupt enable
Rx FIFO X message lost interrupt enable
High-priority message interrupt enable
High-priority message interrupt enable
Transmission completed interrupt enable
Transmission completed interrupt enable
Transmission cancellation finished interrupt enable
Transmission cancellation finished interrupt enable
Tx FIFO empty interrupt enable
Tx FIFO empty interrupt enable
Tx event FIFO new entry interrupt enable
Tx event FIFO new entry interrupt enable
Tx event FIFO full interrupt enable
Tx event FIFO full interrupt enable
Tx event FIFO element lost interrupt enable
Tx event FIFO element lost interrupt enable
Timestamp wraparound interrupt enable
Timestamp wraparound interrupt enable
Message RAM access failure interrupt enable
Message RAM access failure interrupt enable
Timeout occurred interrupt enable
Timeout occurred interrupt enable
Error logging overflow interrupt enable
Error logging overflow interrupt enable
Error passive interrupt enable
Error passive interrupt enable
Warning status interrupt enable
Warning status interrupt 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
dst
.
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.