Struct esp32s3::PERI_BACKUP
source · [−]pub struct PERI_BACKUP { /* private fields */ }Expand description
Peripheral PERI_BACKUP
Implementations
sourceimpl PERI_BACKUP
impl PERI_BACKUP
sourcepub const PTR: *const RegisterBlock
pub const PTR: *const RegisterBlock
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl Debug for PERI_BACKUP
impl Debug for PERI_BACKUP
sourceimpl Deref for PERI_BACKUP
impl Deref for PERI_BACKUP
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for PERI_BACKUP
Auto Trait Implementations
impl RefUnwindSafe for PERI_BACKUP
impl !Sync for PERI_BACKUP
impl Unpin for PERI_BACKUP
impl UnwindSafe for PERI_BACKUP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more