pub struct R(/* private fields */);
Expand description
Register ETMAUTHSTATUS
reader
Implementations§
Source§impl R
impl R
Sourcepub fn nonsecinvdbg(&self) -> NONSECINVDBG_R
pub fn nonsecinvdbg(&self) -> NONSECINVDBG_R
Bits 0:1 - Non-secure invasive Debug Status
Sourcepub fn nonsecnoninvdbg(&self) -> NONSECNONINVDBG_R
pub fn nonsecnoninvdbg(&self) -> NONSECNONINVDBG_R
Bits 2:3 - Non-secure non-invasive Debug Status
Sourcepub fn secinvdbg(&self) -> SECINVDBG_R
pub fn secinvdbg(&self) -> SECINVDBG_R
Bits 4:5 - Secure invasive Debug Status
Sourcepub fn secnoninvdbg(&self) -> SECNONINVDBG_R
pub fn secnoninvdbg(&self) -> SECNONINVDBG_R
Bits 6:7 - Secure non-invasive Debug Status
Methods from Deref<Target = R<ETMAUTHSTATUS_SPEC>>§
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