pub struct R(_);
Expand description
Register WCR
reader
Implementations
sourceimpl R
impl R
sourcepub fn wkencint(&self) -> WKENCINT_R
pub fn wkencint(&self) -> WKENCINT_R
Bit 0 - Wakeup Event Enable on Card Interrupt
sourcepub fn wkencins(&self) -> WKENCINS_R
pub fn wkencins(&self) -> WKENCINS_R
Bit 1 - Wakeup Event Enable on Card Insertion
sourcepub fn wkencrem(&self) -> WKENCREM_R
pub fn wkencrem(&self) -> WKENCREM_R
Bit 2 - Wakeup Event Enable on Card Removal
Methods from Deref<Target = R<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