#[repr(transparent)]pub struct Flexspi2IppIndSckFbSelectInput(pub u32);Expand description
FLEXSPI2_IPP_IND_SCK_FB_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl Flexspi2IppIndSckFbSelectInput
impl Flexspi2IppIndSckFbSelectInput
Sourcepub const fn daisy(&self) -> Flexspi2IppIndSckFbSelectInputDaisy
pub const fn daisy(&self) -> Flexspi2IppIndSckFbSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: Flexspi2IppIndSckFbSelectInputDaisy)
pub const fn set_daisy(&mut self, val: Flexspi2IppIndSckFbSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for Flexspi2IppIndSckFbSelectInput
impl Clone for Flexspi2IppIndSckFbSelectInput
Source§fn clone(&self) -> Flexspi2IppIndSckFbSelectInput
fn clone(&self) -> Flexspi2IppIndSckFbSelectInput
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 Default for Flexspi2IppIndSckFbSelectInput
impl Default for Flexspi2IppIndSckFbSelectInput
Source§fn default() -> Flexspi2IppIndSckFbSelectInput
fn default() -> Flexspi2IppIndSckFbSelectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for Flexspi2IppIndSckFbSelectInput
impl PartialEq for Flexspi2IppIndSckFbSelectInput
Source§fn eq(&self, other: &Flexspi2IppIndSckFbSelectInput) -> bool
fn eq(&self, other: &Flexspi2IppIndSckFbSelectInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Flexspi2IppIndSckFbSelectInput
impl Eq for Flexspi2IppIndSckFbSelectInput
impl StructuralPartialEq for Flexspi2IppIndSckFbSelectInput
Auto Trait Implementations§
impl Freeze for Flexspi2IppIndSckFbSelectInput
impl RefUnwindSafe for Flexspi2IppIndSckFbSelectInput
impl Send for Flexspi2IppIndSckFbSelectInput
impl Sync for Flexspi2IppIndSckFbSelectInput
impl Unpin for Flexspi2IppIndSckFbSelectInput
impl UnwindSafe for Flexspi2IppIndSckFbSelectInput
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