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.