Struct esp32s3_hal::peripherals::ULP_RISCV_CORE
source · pub struct ULP_RISCV_CORE { /* private fields */ }
Implementations§
source§impl ULP_RISCV_CORE
impl ULP_RISCV_CORE
sourcepub unsafe fn steal() -> ULP_RISCV_CORE
pub unsafe fn steal() -> ULP_RISCV_CORE
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 ULP_RISCV_CORE
impl Debug for ULP_RISCV_CORE
source§impl Peripheral for ULP_RISCV_CORE
impl Peripheral for ULP_RISCV_CORE
§type P = ULP_RISCV_CORE
type P = ULP_RISCV_CORE
Peripheral singleton type
source§unsafe fn clone_unchecked(&mut self) -> <ULP_RISCV_CORE as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <ULP_RISCV_CORE as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ULP_RISCV_CORE
impl Send for ULP_RISCV_CORE
impl Sync for ULP_RISCV_CORE
impl Unpin for ULP_RISCV_CORE
impl UnwindSafe for ULP_RISCV_CORE
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