Struct esp32c2_hal::peripherals::INTERRUPT_CORE0
source · pub struct INTERRUPT_CORE0 { /* private fields */ }
Implementations§
source§impl INTERRUPT_CORE0
impl INTERRUPT_CORE0
sourcepub unsafe fn steal() -> INTERRUPT_CORE0
pub unsafe fn steal() -> INTERRUPT_CORE0
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
source§impl Debug for INTERRUPT_CORE0
impl Debug for INTERRUPT_CORE0
source§impl Deref for INTERRUPT_CORE0
impl Deref for INTERRUPT_CORE0
source§impl DerefMut for INTERRUPT_CORE0
impl DerefMut for INTERRUPT_CORE0
source§impl Peripheral for INTERRUPT_CORE0
impl Peripheral for INTERRUPT_CORE0
§type P = INTERRUPT_CORE0
type P = INTERRUPT_CORE0
Peripheral singleton type
source§unsafe fn clone_unchecked(&mut self) -> <INTERRUPT_CORE0 as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <INTERRUPT_CORE0 as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl RefUnwindSafe for INTERRUPT_CORE0
impl Send for INTERRUPT_CORE0
impl Sync for INTERRUPT_CORE0
impl Unpin for INTERRUPT_CORE0
impl UnwindSafe for INTERRUPT_CORE0
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more