#[repr(u8)]pub enum Lpspi2Pcs0SelectInputDaisy {
GPIO_SD_B1_06_ALT4 = 0,
GPIO_EMC_01_ALT2 = 1,
}Variants§
GPIO_SD_B1_06_ALT4 = 0
Selecting Pad: GPIO_SD_B1_06 for Mode: ALT4
GPIO_EMC_01_ALT2 = 1
Selecting Pad: GPIO_EMC_01 for Mode: ALT2
Implementations§
Trait Implementations§
Source§impl Clone for Lpspi2Pcs0SelectInputDaisy
impl Clone for Lpspi2Pcs0SelectInputDaisy
Source§fn clone(&self) -> Lpspi2Pcs0SelectInputDaisy
fn clone(&self) -> Lpspi2Pcs0SelectInputDaisy
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 Lpspi2Pcs0SelectInputDaisy
impl Debug for Lpspi2Pcs0SelectInputDaisy
Source§impl From<Lpspi2Pcs0SelectInputDaisy> for u8
impl From<Lpspi2Pcs0SelectInputDaisy> for u8
Source§fn from(val: Lpspi2Pcs0SelectInputDaisy) -> u8
fn from(val: Lpspi2Pcs0SelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Lpspi2Pcs0SelectInputDaisy
impl From<u8> for Lpspi2Pcs0SelectInputDaisy
Source§fn from(val: u8) -> Lpspi2Pcs0SelectInputDaisy
fn from(val: u8) -> Lpspi2Pcs0SelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Lpspi2Pcs0SelectInputDaisy
impl Ord for Lpspi2Pcs0SelectInputDaisy
Source§fn cmp(&self, other: &Lpspi2Pcs0SelectInputDaisy) -> Ordering
fn cmp(&self, other: &Lpspi2Pcs0SelectInputDaisy) -> 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 Lpspi2Pcs0SelectInputDaisy
impl PartialOrd for Lpspi2Pcs0SelectInputDaisy
impl Copy for Lpspi2Pcs0SelectInputDaisy
impl Eq for Lpspi2Pcs0SelectInputDaisy
impl StructuralPartialEq for Lpspi2Pcs0SelectInputDaisy
Auto Trait Implementations§
impl Freeze for Lpspi2Pcs0SelectInputDaisy
impl RefUnwindSafe for Lpspi2Pcs0SelectInputDaisy
impl Send for Lpspi2Pcs0SelectInputDaisy
impl Sync for Lpspi2Pcs0SelectInputDaisy
impl Unpin for Lpspi2Pcs0SelectInputDaisy
impl UnwindSafe for Lpspi2Pcs0SelectInputDaisy
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