Struct esp32s3::DEBUG_ASSIST
source · pub struct DEBUG_ASSIST { /* private fields */ }
Expand description
Debug Assist
Implementations
sourceimpl DEBUG_ASSIST
impl DEBUG_ASSIST
sourcepub const PTR: *const RegisterBlock = {0x600ce000 as *const debug_assist::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x600ce000 as *const debug_assist::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 DEBUG_ASSIST
impl Debug for DEBUG_ASSIST
sourceimpl Deref for DEBUG_ASSIST
impl Deref for DEBUG_ASSIST
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for DEBUG_ASSIST
Auto Trait Implementations
impl RefUnwindSafe for DEBUG_ASSIST
impl !Sync for DEBUG_ASSIST
impl Unpin for DEBUG_ASSIST
impl UnwindSafe for DEBUG_ASSIST
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