#[repr(u8)]pub enum Usdhc1WpSelectInputDaisy {
GPIO_EMC_12_ALT3 = 0,
GPIO_EMC_36_ALT6 = 1,
GPIO_AD_B1_00_ALT6 = 2,
GPIO_B1_13_ALT6 = 3,
}Variants§
GPIO_EMC_12_ALT3 = 0
Selecting Pad: GPIO_EMC_12 for Mode: ALT3
GPIO_EMC_36_ALT6 = 1
Selecting Pad: GPIO_EMC_36for Mode: ALT6
GPIO_AD_B1_00_ALT6 = 2
Selecting Pad:GPIO_AD_B1_00 for Mode: ALT6
GPIO_B1_13_ALT6 = 3
Selecting Pad: GPIO_B1_13 for Mode: ALT6
Implementations§
Trait Implementations§
Source§impl Clone for Usdhc1WpSelectInputDaisy
impl Clone for Usdhc1WpSelectInputDaisy
Source§fn clone(&self) -> Usdhc1WpSelectInputDaisy
fn clone(&self) -> Usdhc1WpSelectInputDaisy
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 Usdhc1WpSelectInputDaisy
impl Debug for Usdhc1WpSelectInputDaisy
Source§impl From<Usdhc1WpSelectInputDaisy> for u8
impl From<Usdhc1WpSelectInputDaisy> for u8
Source§fn from(val: Usdhc1WpSelectInputDaisy) -> u8
fn from(val: Usdhc1WpSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Usdhc1WpSelectInputDaisy
impl From<u8> for Usdhc1WpSelectInputDaisy
Source§fn from(val: u8) -> Usdhc1WpSelectInputDaisy
fn from(val: u8) -> Usdhc1WpSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Usdhc1WpSelectInputDaisy
impl Ord for Usdhc1WpSelectInputDaisy
Source§fn cmp(&self, other: &Usdhc1WpSelectInputDaisy) -> Ordering
fn cmp(&self, other: &Usdhc1WpSelectInputDaisy) -> 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 PartialEq for Usdhc1WpSelectInputDaisy
impl PartialEq for Usdhc1WpSelectInputDaisy
Source§impl PartialOrd for Usdhc1WpSelectInputDaisy
impl PartialOrd for Usdhc1WpSelectInputDaisy
impl Copy for Usdhc1WpSelectInputDaisy
impl Eq for Usdhc1WpSelectInputDaisy
impl StructuralPartialEq for Usdhc1WpSelectInputDaisy
Auto Trait Implementations§
impl Freeze for Usdhc1WpSelectInputDaisy
impl RefUnwindSafe for Usdhc1WpSelectInputDaisy
impl Send for Usdhc1WpSelectInputDaisy
impl Sync for Usdhc1WpSelectInputDaisy
impl Unpin for Usdhc1WpSelectInputDaisy
impl UnwindSafe for Usdhc1WpSelectInputDaisy
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