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