pub enum SDCLKEN_A {
DISABLE,
ENABLE,
}
Expand description
SD Clock Enable
Value on reset: 0
Variants
DISABLE
0: Disable
ENABLE
1: Enable
Trait Implementations
impl Copy for SDCLKEN_A
impl StructuralPartialEq for SDCLKEN_A
Auto Trait Implementations
impl RefUnwindSafe for SDCLKEN_A
impl Send for SDCLKEN_A
impl Sync for SDCLKEN_A
impl Unpin for SDCLKEN_A
impl UnwindSafe for SDCLKEN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more