Struct esp32s3_hal::pac::DEBUG_ASSIST
pub struct DEBUG_ASSIST { /* private fields */ }
Expand description
Debug Assist
Implementations§
§impl DEBUG_ASSIST
impl DEBUG_ASSIST
pub const PTR: *const RegisterBlock = {0x600ce000 as *const esp_hal_common::esp32s3::debug_assist::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x600ce000 as *const esp_hal_common::esp32s3::debug_assist::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 DEBUG_ASSIST
impl Debug for DEBUG_ASSIST
§impl Deref for DEBUG_ASSIST
impl Deref for DEBUG_ASSIST
§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
§fn deref(&self) -> &<DEBUG_ASSIST as Deref>::Target
fn deref(&self) -> &<DEBUG_ASSIST as Deref>::Target
Dereferences the value.