#[repr(u8)]pub enum Lpuart8TxSelectInputDaisy {
GPIO_SD_B0_04_ALT2 = 0,
GPIO_AD_B1_10_ALT2 = 1,
GPIO_EMC_38_ALT2 = 2,
_RESERVED_3 = 3,
}Variants§
GPIO_SD_B0_04_ALT2 = 0
Selecting Pad: GPIO_SD_B0_04 for Mode: ALT2
GPIO_AD_B1_10_ALT2 = 1
Selecting Pad: GPIO_AD_B1_10 for Mode: ALT2
GPIO_EMC_38_ALT2 = 2
Selecting Pad: GPIO_EMC_38 for Mode: ALT2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for Lpuart8TxSelectInputDaisy
impl Clone for Lpuart8TxSelectInputDaisy
Source§fn clone(&self) -> Lpuart8TxSelectInputDaisy
fn clone(&self) -> Lpuart8TxSelectInputDaisy
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 Lpuart8TxSelectInputDaisy
impl Debug for Lpuart8TxSelectInputDaisy
Source§impl From<Lpuart8TxSelectInputDaisy> for u8
impl From<Lpuart8TxSelectInputDaisy> for u8
Source§fn from(val: Lpuart8TxSelectInputDaisy) -> u8
fn from(val: Lpuart8TxSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Lpuart8TxSelectInputDaisy
impl From<u8> for Lpuart8TxSelectInputDaisy
Source§fn from(val: u8) -> Lpuart8TxSelectInputDaisy
fn from(val: u8) -> Lpuart8TxSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Lpuart8TxSelectInputDaisy
impl Ord for Lpuart8TxSelectInputDaisy
Source§fn cmp(&self, other: &Lpuart8TxSelectInputDaisy) -> Ordering
fn cmp(&self, other: &Lpuart8TxSelectInputDaisy) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Lpuart8TxSelectInputDaisy
impl PartialOrd for Lpuart8TxSelectInputDaisy
impl Copy for Lpuart8TxSelectInputDaisy
impl Eq for Lpuart8TxSelectInputDaisy
impl StructuralPartialEq for Lpuart8TxSelectInputDaisy
Auto Trait Implementations§
impl Freeze for Lpuart8TxSelectInputDaisy
impl RefUnwindSafe for Lpuart8TxSelectInputDaisy
impl Send for Lpuart8TxSelectInputDaisy
impl Sync for Lpuart8TxSelectInputDaisy
impl Unpin for Lpuart8TxSelectInputDaisy
impl UnwindSafe for Lpuart8TxSelectInputDaisy
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