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