Struct esp32c2::ASSIST_DEBUG
source · pub struct ASSIST_DEBUG { /* private fields */ }
Expand description
Debug Assist
Implementations
sourceimpl ASSIST_DEBUG
impl ASSIST_DEBUG
sourcepub const PTR: *const RegisterBlock = {0x600ce000 as *const assist_debug::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x600ce000 as *const assist_debug::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl Debug for ASSIST_DEBUG
impl Debug for ASSIST_DEBUG
sourceimpl Deref for ASSIST_DEBUG
impl Deref for ASSIST_DEBUG
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for ASSIST_DEBUG
Auto Trait Implementations
impl RefUnwindSafe for ASSIST_DEBUG
impl !Sync for ASSIST_DEBUG
impl Unpin for ASSIST_DEBUG
impl UnwindSafe for ASSIST_DEBUG
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more