pub struct W(/* private fields */);
Expand description
Register CSR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn iwdgrstf(&mut self) -> IWDGRSTF_W<'_>
pub fn iwdgrstf(&mut self) -> IWDGRSTF_W<'_>
Bit 29 - Independent window watchdog reset flag
Sourcepub fn wwdgrstf(&mut self) -> WWDGRSTF_W<'_>
pub fn wwdgrstf(&mut self) -> WWDGRSTF_W<'_>
Bit 30 - Window watchdog reset flag
Sourcepub fn lpwrrstf(&mut self) -> LPWRRSTF_W<'_>
pub fn lpwrrstf(&mut self) -> LPWRRSTF_W<'_>
Bit 31 - Low-power reset flag
Methods from Deref<Target = W<CSR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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