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.
impl Send for INTERRUPT_CORE0
Auto Trait Implementations
impl RefUnwindSafe for INTERRUPT_CORE0
impl !Sync for INTERRUPT_CORE0
impl Unpin for INTERRUPT_CORE0
impl UnwindSafe for INTERRUPT_CORE0
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