#[repr(u8)]pub enum Flexspi2IppIndSckFaSelectInputDaisy {
GPIO_SPI_B1_05_ALT0 = 0,
GPIO_EMC_25_ALT8 = 1,
GPIO_SPI_B0_08_ALT0 = 2,
_RESERVED_3 = 3,
}Variants§
GPIO_SPI_B1_05_ALT0 = 0
Selecting Pad: GPIO_SPI_B1_05 for Mode: ALT0
GPIO_EMC_25_ALT8 = 1
Selecting Pad: GPIO_EMC_25 for Mode: ALT8
GPIO_SPI_B0_08_ALT0 = 2
Selecting Pad: GPIO_SPI_B0_08 for Mode: ALT0
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for Flexspi2IppIndSckFaSelectInputDaisy
impl Clone for Flexspi2IppIndSckFaSelectInputDaisy
Source§fn clone(&self) -> Flexspi2IppIndSckFaSelectInputDaisy
fn clone(&self) -> Flexspi2IppIndSckFaSelectInputDaisy
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<Flexspi2IppIndSckFaSelectInputDaisy> for u8
impl From<Flexspi2IppIndSckFaSelectInputDaisy> for u8
Source§fn from(val: Flexspi2IppIndSckFaSelectInputDaisy) -> u8
fn from(val: Flexspi2IppIndSckFaSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Flexspi2IppIndSckFaSelectInputDaisy
impl From<u8> for Flexspi2IppIndSckFaSelectInputDaisy
Source§fn from(val: u8) -> Flexspi2IppIndSckFaSelectInputDaisy
fn from(val: u8) -> Flexspi2IppIndSckFaSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for Flexspi2IppIndSckFaSelectInputDaisy
impl Ord for Flexspi2IppIndSckFaSelectInputDaisy
Source§fn cmp(&self, other: &Flexspi2IppIndSckFaSelectInputDaisy) -> Ordering
fn cmp(&self, other: &Flexspi2IppIndSckFaSelectInputDaisy) -> 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 Flexspi2IppIndSckFaSelectInputDaisy
impl PartialEq for Flexspi2IppIndSckFaSelectInputDaisy
Source§fn eq(&self, other: &Flexspi2IppIndSckFaSelectInputDaisy) -> bool
fn eq(&self, other: &Flexspi2IppIndSckFaSelectInputDaisy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for Flexspi2IppIndSckFaSelectInputDaisy
impl PartialOrd for Flexspi2IppIndSckFaSelectInputDaisy
impl Copy for Flexspi2IppIndSckFaSelectInputDaisy
impl Eq for Flexspi2IppIndSckFaSelectInputDaisy
impl StructuralPartialEq for Flexspi2IppIndSckFaSelectInputDaisy
Auto Trait Implementations§
impl Freeze for Flexspi2IppIndSckFaSelectInputDaisy
impl RefUnwindSafe for Flexspi2IppIndSckFaSelectInputDaisy
impl Send for Flexspi2IppIndSckFaSelectInputDaisy
impl Sync for Flexspi2IppIndSckFaSelectInputDaisy
impl Unpin for Flexspi2IppIndSckFaSelectInputDaisy
impl UnwindSafe for Flexspi2IppIndSckFaSelectInputDaisy
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