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