#[repr(transparent)]pub struct Flexcan1RxSelectInput(pub u32);Expand description
FLEXCAN1_RX_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl Flexcan1RxSelectInput
impl Flexcan1RxSelectInput
Sourcepub const fn daisy(&self) -> Flexcan1RxSelectInputDaisy
pub const fn daisy(&self) -> Flexcan1RxSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: Flexcan1RxSelectInputDaisy)
pub const fn set_daisy(&mut self, val: Flexcan1RxSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for Flexcan1RxSelectInput
impl Clone for Flexcan1RxSelectInput
Source§fn clone(&self) -> Flexcan1RxSelectInput
fn clone(&self) -> Flexcan1RxSelectInput
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 Flexcan1RxSelectInput
impl Debug for Flexcan1RxSelectInput
Source§impl Default for Flexcan1RxSelectInput
impl Default for Flexcan1RxSelectInput
Source§fn default() -> Flexcan1RxSelectInput
fn default() -> Flexcan1RxSelectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for Flexcan1RxSelectInput
impl PartialEq for Flexcan1RxSelectInput
impl Copy for Flexcan1RxSelectInput
impl Eq for Flexcan1RxSelectInput
impl StructuralPartialEq for Flexcan1RxSelectInput
Auto Trait Implementations§
impl Freeze for Flexcan1RxSelectInput
impl RefUnwindSafe for Flexcan1RxSelectInput
impl Send for Flexcan1RxSelectInput
impl Sync for Flexcan1RxSelectInput
impl Unpin for Flexcan1RxSelectInput
impl UnwindSafe for Flexcan1RxSelectInput
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