pub struct Niden { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Niden
impl Niden
pub const unsafe fn from_ptr(ptr: *mut ()) -> Niden
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn ctrl(self) -> Reg<NidenCtrl, RW>
pub const fn ctrl(self) -> Reg<NidenCtrl, RW>
Description cluster: Control register for non-invasive debug enable for the local debug components within domain n.
Sourcepub const fn status(self) -> Reg<NidenStatus, RW>
pub const fn status(self) -> Reg<NidenStatus, RW>
Description cluster: Status register for non-invasive debug enable for domain n.
Trait Implementations§
impl Copy for Niden
impl Eq for Niden
impl Send for Niden
impl StructuralPartialEq for Niden
impl Sync for Niden
Auto Trait Implementations§
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