pub struct W(_);
Expand description
Register CTYPE
writer
Implementations
sourceimpl W
impl W
sourcepub fn card_width4(&mut self) -> CARD_WIDTH4_W<'_, 0>
pub fn card_width4(&mut self) -> CARD_WIDTH4_W<'_, 0>
Bits 0:1 - One bit per card indicates if card is 1-bit or 4-bit mode. 0: 1-bit mode; 1: 4-bit mode. Bit[1:0] correspond to card[1:0] respectively.
sourcepub fn card_width8(&mut self) -> CARD_WIDTH8_W<'_, 16>
pub fn card_width8(&mut self) -> CARD_WIDTH8_W<'_, 16>
Bits 16:17 - One bit per card indicates if card is in 8-bit mode. 0: Non 8-bit mode; 1: 8-bit mode. Bit[17:16] correspond to card[1:0] respectively.
Methods from Deref<Target = W<CTYPE_SPEC>>
Trait Implementations
sourceimpl From<W<CTYPE_SPEC>> for W
impl From<W<CTYPE_SPEC>> for W
sourcefn from(writer: W<CTYPE_SPEC>) -> Self
fn from(writer: W<CTYPE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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