Struct esp32s3::INTERRUPT_CORE1
source · [−]pub struct INTERRUPT_CORE1 { /* private fields */ }Expand description
Interrupt Core
Implementations
sourceimpl INTERRUPT_CORE1
impl INTERRUPT_CORE1
sourcepub const PTR: *const RegisterBlock = {0x600c2800 as *const interrupt_core1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x600c2800 as *const interrupt_core1::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl Debug for INTERRUPT_CORE1
impl Debug for INTERRUPT_CORE1
sourceimpl Deref for INTERRUPT_CORE1
impl Deref for INTERRUPT_CORE1
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for INTERRUPT_CORE1
Auto Trait Implementations
impl RefUnwindSafe for INTERRUPT_CORE1
impl !Sync for INTERRUPT_CORE1
impl Unpin for INTERRUPT_CORE1
impl UnwindSafe for INTERRUPT_CORE1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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