Struct esp32c3_hal::peripherals::ASSIST_DEBUG
source · pub struct ASSIST_DEBUG { /* private fields */ }
Implementations§
source§impl ASSIST_DEBUG
impl ASSIST_DEBUG
sourcepub unsafe fn steal() -> ASSIST_DEBUG
pub unsafe fn steal() -> ASSIST_DEBUG
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 ASSIST_DEBUG
impl Debug for ASSIST_DEBUG
source§impl Deref for ASSIST_DEBUG
impl Deref for ASSIST_DEBUG
source§impl DerefMut for ASSIST_DEBUG
impl DerefMut for ASSIST_DEBUG
source§impl Peripheral for &mut ASSIST_DEBUG
impl Peripheral for &mut ASSIST_DEBUG
§type P = ASSIST_DEBUG
type P = ASSIST_DEBUG
Peripheral singleton type
source§unsafe fn clone_unchecked(&mut self) -> <&mut ASSIST_DEBUG as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <&mut ASSIST_DEBUG as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
source§impl Peripheral for ASSIST_DEBUG
impl Peripheral for ASSIST_DEBUG
§type P = ASSIST_DEBUG
type P = ASSIST_DEBUG
Peripheral singleton type
source§unsafe fn clone_unchecked(&mut self) -> <ASSIST_DEBUG as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <ASSIST_DEBUG as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more