pub struct R(/* private fields */);
Expand description
Register DTFC
reader
Implementations§
Source§impl R
impl R
Sourcepub fn dtprs0fsel(&self) -> DTPRS0FSEL_R
pub fn dtprs0fsel(&self) -> DTPRS0FSEL_R
Bits 0:2 - DTI PRS Fault Source 0 Select
Sourcepub fn dtprs1fsel(&self) -> DTPRS1FSEL_R
pub fn dtprs1fsel(&self) -> DTPRS1FSEL_R
Bits 8:10 - DTI PRS Fault Source 1 Select
Sourcepub fn dtprs0fen(&self) -> DTPRS0FEN_R
pub fn dtprs0fen(&self) -> DTPRS0FEN_R
Bit 24 - DTI PRS 0 Fault Enable
Sourcepub fn dtprs1fen(&self) -> DTPRS1FEN_R
pub fn dtprs1fen(&self) -> DTPRS1FEN_R
Bit 25 - DTI PRS 1 Fault Enable
Sourcepub fn dtdbgfen(&self) -> DTDBGFEN_R
pub fn dtdbgfen(&self) -> DTDBGFEN_R
Bit 26 - DTI Debugger Fault Enable
Sourcepub fn dtlockupfen(&self) -> DTLOCKUPFEN_R
pub fn dtlockupfen(&self) -> DTLOCKUPFEN_R
Bit 27 - DTI Lockup Fault Enable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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