pub struct W(_);Expand description
Register WCR writer
Implementations
sourceimpl W
 
impl W
sourcepub fn wkencint(&mut self) -> WKENCINT_W<'_>
 
pub fn wkencint(&mut self) -> WKENCINT_W<'_>
Bit 0 - Wakeup Event Enable on Card Interrupt
sourcepub fn wkencins(&mut self) -> WKENCINS_W<'_>
 
pub fn wkencins(&mut self) -> WKENCINS_W<'_>
Bit 1 - Wakeup Event Enable on Card Insertion
sourcepub fn wkencrem(&mut self) -> WKENCREM_W<'_>
 
pub fn wkencrem(&mut self) -> WKENCREM_W<'_>
Bit 2 - Wakeup Event Enable on Card Removal
Methods from Deref<Target = W<WCR_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