#[repr(u8)]pub enum CcmPmicReadySelectInputDaisy {
GPIO_SD_B1_03_ALT6 = 0,
GPIO_AD_B0_12_ALT1 = 1,
GPIO_AD_B1_01_ALT4 = 2,
GPIO_AD_B1_08_ALT3 = 3,
GPIO_EMC_32_ALT3 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
GPIO_SD_B1_03_ALT6 = 0
Selecting Pad: GPIO_SD_B1_03 for Mode: ALT6
GPIO_AD_B0_12_ALT1 = 1
Selecting Pad: GPIO_AD_B0_12 for Mode: ALT1
GPIO_AD_B1_01_ALT4 = 2
Selecting Pad: GPIO_AD_B1_01 for Mode: ALT4
GPIO_AD_B1_08_ALT3 = 3
Selecting Pad: GPIO_AD_B1_08 for Mode: ALT3
GPIO_EMC_32_ALT3 = 4
Selecting Pad: GPIO_EMC_32 for Mode: ALT3
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for CcmPmicReadySelectInputDaisy
impl Clone for CcmPmicReadySelectInputDaisy
Source§fn clone(&self) -> CcmPmicReadySelectInputDaisy
fn clone(&self) -> CcmPmicReadySelectInputDaisy
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 CcmPmicReadySelectInputDaisy
impl Debug for CcmPmicReadySelectInputDaisy
Source§impl From<CcmPmicReadySelectInputDaisy> for u8
impl From<CcmPmicReadySelectInputDaisy> for u8
Source§fn from(val: CcmPmicReadySelectInputDaisy) -> u8
fn from(val: CcmPmicReadySelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CcmPmicReadySelectInputDaisy
impl From<u8> for CcmPmicReadySelectInputDaisy
Source§fn from(val: u8) -> CcmPmicReadySelectInputDaisy
fn from(val: u8) -> CcmPmicReadySelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for CcmPmicReadySelectInputDaisy
impl Ord for CcmPmicReadySelectInputDaisy
Source§fn cmp(&self, other: &CcmPmicReadySelectInputDaisy) -> Ordering
fn cmp(&self, other: &CcmPmicReadySelectInputDaisy) -> 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 CcmPmicReadySelectInputDaisy
impl PartialEq for CcmPmicReadySelectInputDaisy
Source§fn eq(&self, other: &CcmPmicReadySelectInputDaisy) -> bool
fn eq(&self, other: &CcmPmicReadySelectInputDaisy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CcmPmicReadySelectInputDaisy
impl PartialOrd for CcmPmicReadySelectInputDaisy
impl Copy for CcmPmicReadySelectInputDaisy
impl Eq for CcmPmicReadySelectInputDaisy
impl StructuralPartialEq for CcmPmicReadySelectInputDaisy
Auto Trait Implementations§
impl Freeze for CcmPmicReadySelectInputDaisy
impl RefUnwindSafe for CcmPmicReadySelectInputDaisy
impl Send for CcmPmicReadySelectInputDaisy
impl Sync for CcmPmicReadySelectInputDaisy
impl Unpin for CcmPmicReadySelectInputDaisy
impl UnwindSafe for CcmPmicReadySelectInputDaisy
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