#[repr(transparent)]
pub struct Ils(pub u32);
Expand description
FDCAN Interrupt Line Select Register
Rx FIFO X New Message Interrupt Line
Rx FIFO X New Message Interrupt Line
Rx FIFO X Watermark Reached Interrupt Line
Rx FIFO X Watermark Reached Interrupt Line
Rx FIFO X Full Interrupt Line
Rx FIFO X Full Interrupt Line
Rx FIFO X Message Lost Interrupt Line
Rx FIFO X Message Lost Interrupt Line
High Priority Message Interrupt Line
High Priority Message Interrupt Line
Transmission Completed Interrupt Line
Transmission Completed Interrupt Line
Transmission Cancellation Finished Interrupt Line
Transmission Cancellation Finished Interrupt Line
Tx FIFO Empty Interrupt Line
Tx FIFO Empty Interrupt Line
Tx Event FIFO New Entry Interrupt Line
Tx Event FIFO New Entry Interrupt Line
Tx Event FIFO Watermark Reached Interrupt Line
Tx Event FIFO Watermark Reached Interrupt Line
Tx Event FIFO Full Interrupt Line
Tx Event FIFO Full Interrupt Line
Tx Event FIFO Element Lost Interrupt Line
Tx Event FIFO Element Lost Interrupt Line
Timestamp Wraparound Interrupt Line
Timestamp Wraparound Interrupt Line
Message RAM Access Failure Interrupt Line
Message RAM Access Failure Interrupt Line
Timeout Occurred Interrupt Line
Timeout Occurred Interrupt Line
Message stored to Dedicated Rx Buffer Interrupt Line
Message stored to Dedicated Rx Buffer Interrupt Line
Bit Error Corrected Interrupt Line
Bit Error Corrected Interrupt Line
Bit Error Uncorrected Interrupt Line
Bit Error Uncorrected Interrupt Line
Error Logging Overflow Interrupt Line
Error Logging Overflow Interrupt Line
Error Passive Interrupt Line
Error Passive Interrupt Line
Warning Status Interrupt Line
Warning Status Interrupt Line
Protocol Error in Arbitration Phase Line
Protocol Error in Arbitration Phase Line
Protocol Error in Data Phase Line
Protocol Error in Data Phase Line
Access to Reserved Address Line
Access to Reserved Address Line
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.