pub enum SDMMCSEL {
Pll1Q = 0,
Pll2R = 1,
}Expand description
SDMMC1 kernel clock source selection
Value on reset: 0
Variants§
Pll1Q = 0
0: PLL1 Q clock selected as clock source (pll1_q_ck)
Pll2R = 1
1: PLL2 R clock selected as clock source (pll2_r_ck)
Trait Implementations§
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