pub enum NEGEDGE_A {
Rising,
Falling,
}
Expand description
SDIO_CK dephasing selection bit
Value on reset: 0
Variants
Rising
0: SDIO_CK generated on the rising edge
Falling
1: SDIO_CK generated on the falling edge
Trait Implementations
impl Copy for NEGEDGE_A
impl StructuralPartialEq for NEGEDGE_A
Auto Trait Implementations
impl RefUnwindSafe for NEGEDGE_A
impl Send for NEGEDGE_A
impl Sync for NEGEDGE_A
impl Unpin for NEGEDGE_A
impl UnwindSafe for NEGEDGE_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