pub struct W(_);Expand description
Register INT_CLR writer
Implementations§
source§impl W
impl W
sourcepub fn done_int_clr(&mut self) -> DONE_INT_CLR_W<'_, 0>
pub fn done_int_clr(&mut self) -> DONE_INT_CLR_W<'_, 0>
Bit 0 - backup done flag
sourcepub fn error_int_clr(&mut self) -> ERROR_INT_CLR_W<'_, 1>
pub fn error_int_clr(&mut self) -> ERROR_INT_CLR_W<'_, 1>
Bit 1 - error flag
Methods from Deref<Target = W<INT_CLR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more