pub struct W(/* private fields */);
Expand description
Register DTFC
writer
Implementations§
Source§impl W
impl W
Sourcepub fn dtprs0fsel(&mut self) -> DTPRS0FSEL_W<'_>
pub fn dtprs0fsel(&mut self) -> DTPRS0FSEL_W<'_>
Bits 0:2 - DTI PRS Fault Source 0 Select
Sourcepub fn dtprs1fsel(&mut self) -> DTPRS1FSEL_W<'_>
pub fn dtprs1fsel(&mut self) -> DTPRS1FSEL_W<'_>
Bits 8:10 - DTI PRS Fault Source 1 Select
Sourcepub fn dtprs0fen(&mut self) -> DTPRS0FEN_W<'_>
pub fn dtprs0fen(&mut self) -> DTPRS0FEN_W<'_>
Bit 24 - DTI PRS 0 Fault Enable
Sourcepub fn dtprs1fen(&mut self) -> DTPRS1FEN_W<'_>
pub fn dtprs1fen(&mut self) -> DTPRS1FEN_W<'_>
Bit 25 - DTI PRS 1 Fault Enable
Sourcepub fn dtdbgfen(&mut self) -> DTDBGFEN_W<'_>
pub fn dtdbgfen(&mut self) -> DTDBGFEN_W<'_>
Bit 26 - DTI Debugger Fault Enable
Sourcepub fn dtlockupfen(&mut self) -> DTLOCKUPFEN_W<'_>
pub fn dtlockupfen(&mut self) -> DTLOCKUPFEN_W<'_>
Bit 27 - DTI Lockup Fault Enable
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