pub enum DTMODE_A {
BlockMode,
StreamMode,
}
Expand description
Data transfer mode selection 1: Stream or SDIO multibyte data transfer.
Value on reset: 0
Variants
BlockMode
0: Bloack data transfer
StreamMode
1: Stream or SDIO multibyte data transfer
Trait Implementations
impl Copy for DTMODE_A
impl StructuralPartialEq for DTMODE_A
Auto Trait Implementations
impl RefUnwindSafe for DTMODE_A
impl Send for DTMODE_A
impl Sync for DTMODE_A
impl Unpin for DTMODE_A
impl UnwindSafe for DTMODE_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