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