Enum Sdmmcsel
#[repr(u8)]pub enum Sdmmcsel {
Pll2S = 0,
Pll2T = 1,
}Variants§
Pll2S = 0
pll2_s_ck selected as kernel peripheral clock (default after reset).
Pll2T = 1
pll2_t_ck selected as kernel peripheral clock.
Implementations§
Trait Implementations§
impl Copy for Sdmmcsel
impl Eq for Sdmmcsel
§impl Ord for Sdmmcsel
impl Ord for Sdmmcsel
1.21.0 (const: unstable) · 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
§impl PartialOrd for Sdmmcsel
impl PartialOrd for Sdmmcsel
impl StructuralPartialEq for Sdmmcsel
Auto Trait Implementations§
impl Freeze for Sdmmcsel
impl RefUnwindSafe for Sdmmcsel
impl Send for Sdmmcsel
impl Sync for Sdmmcsel
impl Unpin for Sdmmcsel
impl UnsafeUnpin for Sdmmcsel
impl UnwindSafe for Sdmmcsel
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