#[repr(u8)]pub enum Flexpwm1Pwmb3SelectInputDaisy {
GPIO_SD_B1_01_ALT2 = 0,
GPIO_EMC_13_ALT4 = 1,
GPIO_EMC_39_ALT1 = 2,
GPIO_AD_B0_11_ALT1 = 3,
GPIO_B1_01_ALT6 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
GPIO_SD_B1_01_ALT2 = 0
Selecting Pad: GPIO_SD_B1_01 for Mode: ALT2
GPIO_EMC_13_ALT4 = 1
Selecting Pad: GPIO_EMC_13 for Mode: ALT4
GPIO_EMC_39_ALT1 = 2
Selecting Pad: GPIO_EMC_39 for Mode: ALT1
GPIO_AD_B0_11_ALT1 = 3
Selecting Pad: GPIO_AD_B0_11 for Mode: ALT1
GPIO_B1_01_ALT6 = 4
Selecting Pad: GPIO_B1_01 for Mode: ALT6
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for Flexpwm1Pwmb3SelectInputDaisy
impl Clone for Flexpwm1Pwmb3SelectInputDaisy
Source§fn clone(&self) -> Flexpwm1Pwmb3SelectInputDaisy
fn clone(&self) -> Flexpwm1Pwmb3SelectInputDaisy
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 From<Flexpwm1Pwmb3SelectInputDaisy> for u8
impl From<Flexpwm1Pwmb3SelectInputDaisy> for u8
Source§fn from(val: Flexpwm1Pwmb3SelectInputDaisy) -> u8
fn from(val: Flexpwm1Pwmb3SelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Flexpwm1Pwmb3SelectInputDaisy
impl From<u8> for Flexpwm1Pwmb3SelectInputDaisy
Source§fn from(val: u8) -> Flexpwm1Pwmb3SelectInputDaisy
fn from(val: u8) -> Flexpwm1Pwmb3SelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Flexpwm1Pwmb3SelectInputDaisy
impl Ord for Flexpwm1Pwmb3SelectInputDaisy
Source§fn cmp(&self, other: &Flexpwm1Pwmb3SelectInputDaisy) -> Ordering
fn cmp(&self, other: &Flexpwm1Pwmb3SelectInputDaisy) -> 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 Flexpwm1Pwmb3SelectInputDaisy
impl PartialEq for Flexpwm1Pwmb3SelectInputDaisy
Source§fn eq(&self, other: &Flexpwm1Pwmb3SelectInputDaisy) -> bool
fn eq(&self, other: &Flexpwm1Pwmb3SelectInputDaisy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for Flexpwm1Pwmb3SelectInputDaisy
impl PartialOrd for Flexpwm1Pwmb3SelectInputDaisy
impl Copy for Flexpwm1Pwmb3SelectInputDaisy
impl Eq for Flexpwm1Pwmb3SelectInputDaisy
impl StructuralPartialEq for Flexpwm1Pwmb3SelectInputDaisy
Auto Trait Implementations§
impl Freeze for Flexpwm1Pwmb3SelectInputDaisy
impl RefUnwindSafe for Flexpwm1Pwmb3SelectInputDaisy
impl Send for Flexpwm1Pwmb3SelectInputDaisy
impl Sync for Flexpwm1Pwmb3SelectInputDaisy
impl Unpin for Flexpwm1Pwmb3SelectInputDaisy
impl UnwindSafe for Flexpwm1Pwmb3SelectInputDaisy
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