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