pub struct W(_);
Expand description
Register HC1R
writer
Implementations
sourceimpl W
impl W
sourcepub fn carddsel(&mut self) -> CARDDSEL_W<'_>
pub fn carddsel(&mut self) -> CARDDSEL_W<'_>
Bit 7 - Card Detect Signal Selection
Methods from Deref<Target = W<HC1R_SPEC>>
Trait Implementations
Auto Trait Implementations
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