#[repr(transparent)]
pub struct Ie(pub u32);
Expand description
FDCAN Interrupt Enable Register
Rx FIFO X New Message Enable
Rx FIFO X New Message Enable
Rx FIFO X Watermark Reached Enable
Rx FIFO X Watermark Reached 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 Event FIFO New Entry Enable
Tx Event FIFO New Entry Enable
Tx Event FIFO Watermark Reached Enable
Tx Event FIFO Watermark Reached 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
Message stored to Dedicated Rx Buffer Enable
Message stored to Dedicated Rx Buffer Enable
Bit Error Corrected Interrupt Enable
Bit Error Corrected Interrupt Enable
Bit Error Uncorrected Interrupt Enable
Bit Error Uncorrected Interrupt 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
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.