Struct esp32c2_hal::pac::ASSIST_DEBUG
pub struct ASSIST_DEBUG { /* private fields */ }
Expand description
Debug Assist
Implementations
impl ASSIST_DEBUG
impl ASSIST_DEBUG
pub const PTR: *const RegisterBlock = {0x600ce000 as *const esp_hal_common::esp32c2::assist_debug::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x600ce000 as *const esp_hal_common::esp32c2::assist_debug::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
impl Debug for ASSIST_DEBUG
impl Debug for ASSIST_DEBUG
impl Deref for ASSIST_DEBUG
impl Deref for ASSIST_DEBUG
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &<ASSIST_DEBUG as Deref>::Target
fn deref(&self) -> &<ASSIST_DEBUG as Deref>::Target
Dereferences the value.
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