pub struct W(/* private fields */);
Expand description
Register DTFAULTC
writer
Implementations§
Source§impl W
impl W
Sourcepub fn dtprs0fc(&mut self) -> DTPRS0FC_W<'_>
pub fn dtprs0fc(&mut self) -> DTPRS0FC_W<'_>
Bit 0 - DTI PRS0 Fault Clear
Sourcepub fn dtprs1fc(&mut self) -> DTPRS1FC_W<'_>
pub fn dtprs1fc(&mut self) -> DTPRS1FC_W<'_>
Bit 1 - DTI PRS1 Fault Clear
Sourcepub fn tlockupfc(&mut self) -> TLOCKUPFC_W<'_>
pub fn tlockupfc(&mut self) -> TLOCKUPFC_W<'_>
Bit 3 - DTI Lockup Fault Clear
Methods from Deref<Target = W<DTFAULTC_SPEC>>§
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