Struct esp32s3_hal::pac::PERI_BACKUP
pub struct PERI_BACKUP { /* private fields */ }
Expand description
Peripheral PERI_BACKUP
Implementations§
§impl PERI_BACKUP
impl PERI_BACKUP
pub const PTR: *const RegisterBlock = {0x6002a000 as *const esp_hal_common::esp32s3::peri_backup::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x6002a000 as *const esp_hal_common::esp32s3::peri_backup::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
§impl Debug for PERI_BACKUP
impl Debug for PERI_BACKUP
§impl Deref for PERI_BACKUP
impl Deref for PERI_BACKUP
§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
§fn deref(&self) -> &<PERI_BACKUP as Deref>::Target
fn deref(&self) -> &<PERI_BACKUP as Deref>::Target
Dereferences the value.