#[repr(u8)]pub enum SDCLK_A {
Disabled = 0,
Div2 = 2,
Div3 = 3,
}
Expand description
SDRAM clock configuration
Value on reset: 0
Variants§
Disabled = 0
0: SDCLK clock disabled
Div2 = 2
2: SDCLK period = 2 x HCLK period
Div3 = 3
3: SDCLK period = 3 x HCLK period
Trait Implementations§
impl Copy for SDCLK_A
impl StructuralPartialEq for SDCLK_A
Auto Trait Implementations§
impl Freeze for SDCLK_A
impl RefUnwindSafe for SDCLK_A
impl Send for SDCLK_A
impl Sync for SDCLK_A
impl Unpin for SDCLK_A
impl UnwindSafe for SDCLK_A
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