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