Enum Sdmmcsel
#[repr(u8)]pub enum Sdmmcsel {
ICLK = 0,
PLL1_P = 1,
}
Variants§
ICLK = 0
ICLK clock selected
PLL1_P = 1
PLL1 P (pll1_p_ck) selected, in case higher than 48 MHz is needed (for SDR50 mode)
Implementations§
Trait Implementations§
§impl Ord for Sdmmcsel
impl Ord for Sdmmcsel
§impl PartialOrd for Sdmmcsel
impl PartialOrd for Sdmmcsel
impl Copy for Sdmmcsel
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)