pub struct W(/* private fields */);
Expand description
Register IFC
writer
Implementations§
Source§impl W
impl W
Sourcepub fn hourtick(&mut self) -> HOURTICK_W<'_>
pub fn hourtick(&mut self) -> HOURTICK_W<'_>
Bit 7 - Clear HOURTICK Interrupt Flag
Sourcepub fn monthtick(&mut self) -> MONTHTICK_W<'_>
pub fn monthtick(&mut self) -> MONTHTICK_W<'_>
Bit 10 - Clear MONTHTICK Interrupt Flag
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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