#[non_exhaustive]pub struct PERI_BACKUP;
unstable
only.Expand description
PERI_BACKUP peripheral singleton
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Implementations§
Source§impl PERI_BACKUP
impl PERI_BACKUP
Source§impl PERI_BACKUP
impl PERI_BACKUP
Sourcepub const PTR: *const <PERI_BACKUP as Deref>::Target = {0x6002a000 as *const <esp32s3::PERI_BACKUP as core::ops::Deref>::Target}
pub const PTR: *const <PERI_BACKUP as Deref>::Target = {0x6002a000 as *const <esp32s3::PERI_BACKUP as core::ops::Deref>::Target}
Pointer to the register block
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Sourcepub const fn ptr() -> *const <PERI_BACKUP as Deref>::Target
pub const fn ptr() -> *const <PERI_BACKUP as Deref>::Target
Return the pointer to the register block
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Sourcepub const fn regs<'a>() -> &'a <PERI_BACKUP as Deref>::Target
pub const fn regs<'a>() -> &'a <PERI_BACKUP as Deref>::Target
Return a reference to the register block
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Sourcepub fn register_block(&self) -> &<PERI_BACKUP as Deref>::Target
pub fn register_block(&self) -> &<PERI_BACKUP as Deref>::Target
Return a reference to the register block
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Trait Implementations§
Source§impl Debug for PERI_BACKUP
impl Debug for PERI_BACKUP
Source§impl Format for PERI_BACKUP
impl Format for PERI_BACKUP
Source§impl Peripheral for PERI_BACKUP
impl Peripheral for PERI_BACKUP
Source§type P = PERI_BACKUP
type P = PERI_BACKUP
Source§unsafe fn clone_unchecked(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::P
Source§fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
PeripheralRef
. Read more