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