pub enum BYPASS_A {
Disabled,
Enabled,
}
Expand description
Clock divider bypass enable bit
Value on reset: 0
Variants
Disabled
0: SDIOCLK is divided according to the CLKDIV value before driving the SDIO_CK output signal.
Enabled
1: SDIOCLK directly drives the SDIO_CK output signal
Trait Implementations
impl Copy for BYPASS_A
impl StructuralPartialEq for BYPASS_A
Auto Trait Implementations
impl RefUnwindSafe for BYPASS_A
impl Send for BYPASS_A
impl Sync for BYPASS_A
impl Unpin for BYPASS_A
impl UnwindSafe for BYPASS_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