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