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