pub enum FSDCLKD_A {
NOEFFECT,
DISABLE,
}
Expand description
Force SDCK Disabled
Value on reset: 0
Variants
NOEFFECT
0: No effect
DISABLE
1: SDCLK can be stopped at any time after DATA transfer.SDCLK enable forcing for 8 SDCLK cycles is disabled
Trait Implementations
impl Copy for FSDCLKD_A
impl StructuralPartialEq for FSDCLKD_A
Auto Trait Implementations
impl RefUnwindSafe for FSDCLKD_A
impl Send for FSDCLKD_A
impl Sync for FSDCLKD_A
impl Unpin for FSDCLKD_A
impl UnwindSafe for FSDCLKD_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