#[repr(transparent)]pub struct Flexcan2RxSelectInput(pub u32);Expand description
FLEXCAN2_RX_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl Flexcan2RxSelectInput
impl Flexcan2RxSelectInput
Sourcepub const fn daisy(&self) -> Flexcan2RxSelectInputDaisy
pub const fn daisy(&self) -> Flexcan2RxSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: Flexcan2RxSelectInputDaisy)
pub const fn set_daisy(&mut self, val: Flexcan2RxSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for Flexcan2RxSelectInput
impl Clone for Flexcan2RxSelectInput
Source§fn clone(&self) -> Flexcan2RxSelectInput
fn clone(&self) -> Flexcan2RxSelectInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Flexcan2RxSelectInput
impl Debug for Flexcan2RxSelectInput
Source§impl Default for Flexcan2RxSelectInput
impl Default for Flexcan2RxSelectInput
Source§fn default() -> Flexcan2RxSelectInput
fn default() -> Flexcan2RxSelectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for Flexcan2RxSelectInput
impl PartialEq for Flexcan2RxSelectInput
impl Copy for Flexcan2RxSelectInput
impl Eq for Flexcan2RxSelectInput
impl StructuralPartialEq for Flexcan2RxSelectInput
Auto Trait Implementations§
impl Freeze for Flexcan2RxSelectInput
impl RefUnwindSafe for Flexcan2RxSelectInput
impl Send for Flexcan2RxSelectInput
impl Sync for Flexcan2RxSelectInput
impl Unpin for Flexcan2RxSelectInput
impl UnwindSafe for Flexcan2RxSelectInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more