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