pub struct DomainDbgen { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl DomainDbgen
impl DomainDbgen
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn ctrl(self) -> Reg<DomainDbgenCtrl, RW>
pub const fn ctrl(self) -> Reg<DomainDbgenCtrl, RW>
Description cluster: Control register for invasive (halting) debug enable for the local debug components within domain n.
Sourcepub const fn status(self) -> Reg<DomainDbgenStatus, RW>
pub const fn status(self) -> Reg<DomainDbgenStatus, RW>
Description cluster: Status register for invasive (halting) debug enable for domain n.
Trait Implementations§
Source§impl Clone for DomainDbgen
impl Clone for DomainDbgen
Source§fn clone(&self) -> DomainDbgen
fn clone(&self) -> DomainDbgen
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for DomainDbgen
impl PartialEq for DomainDbgen
impl Copy for DomainDbgen
impl Eq for DomainDbgen
impl Send for DomainDbgen
impl StructuralPartialEq for DomainDbgen
impl Sync for DomainDbgen
Auto Trait Implementations§
impl Freeze for DomainDbgen
impl RefUnwindSafe for DomainDbgen
impl Unpin for DomainDbgen
impl UnwindSafe for DomainDbgen
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)