#[repr(transparent)]
pub struct Ttie(pub u32);
Expand description
FDCAN TT Interrupt Enable Register
Start of Basic Cycle Interrupt Enable
Start of Basic Cycle Interrupt Enable
Start of Matrix Cycle Interrupt Enable
Start of Matrix Cycle Interrupt Enable
Change of Synchronization Mode Interrupt Enable
Change of Synchronization Mode Interrupt Enable
Start of Gap Interrupt Enable
Start of Gap Interrupt Enable
Register Time Mark Interrupt Enable
Register Time Mark Interrupt Enable
Trigger Time Mark Event Internal Interrupt Enable
Trigger Time Mark Event Internal Interrupt Enable
Stop Watch Event Interrupt Enable
Stop Watch Event Interrupt Enable
Global Time Wrap Interrupt Enable
Global Time Wrap Interrupt Enable
Global Time Discontinuity Interrupt Enable
Global Time Discontinuity Interrupt Enable
Global Time Error Interrupt Enable
Global Time Error Interrupt Enable
Tx Count Underflow Interrupt Enable
Tx Count Underflow Interrupt Enable
Tx Count Overflow Interrupt Enable
Tx Count Overflow Interrupt Enable
Scheduling Error 1 Interrupt Enable
Scheduling Error 1 Interrupt Enable
Scheduling Error 2 Interrupt Enable
Scheduling Error 2 Interrupt Enable
Change Error Level Interrupt Enable
Change Error Level Interrupt Enable
Initialization Watch Trigger Interrupt Enable
Initialization Watch Trigger Interrupt Enable
Watch Trigger Interrupt Enable
Watch Trigger Interrupt Enable
Application Watchdog Interrupt Enable
Application Watchdog Interrupt Enable
Configuration Error Interrupt Enable
Configuration Error Interrupt 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.