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