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