Struct esp32c2_hal::pac::INTERRUPT_CORE0
pub struct INTERRUPT_CORE0 { /* private fields */ }
Expand description
Interrupt Core
Implementations§
§impl INTERRUPT_CORE0
impl INTERRUPT_CORE0
pub const PTR: *const RegisterBlock = {0x600c2000 as *const esp_hal_common::esp32c2::interrupt_core0::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x600c2000 as *const esp_hal_common::esp32c2::interrupt_core0::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 INTERRUPT_CORE0
impl Debug for INTERRUPT_CORE0
§impl Deref for INTERRUPT_CORE0
impl Deref for INTERRUPT_CORE0
§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
§fn deref(&self) -> &<INTERRUPT_CORE0 as Deref>::Target
fn deref(&self) -> &<INTERRUPT_CORE0 as Deref>::Target
Dereferences the value.