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