Struct esp32s3::sensitive::retention_disable::R
source · pub struct R(_);
Expand description
Register RETENTION_DISABLE
reader
Implementations
sourceimpl R
impl R
sourcepub fn retention_disable(&self) -> RETENTION_DISABLE_R
pub fn retention_disable(&self) -> RETENTION_DISABLE_R
Bit 0 - Set 1 to disable retention function and lock disable state.
Methods from Deref<Target = R<RETENTION_DISABLE_SPEC>>
Trait Implementations
sourceimpl From<R<RETENTION_DISABLE_SPEC>> for R
impl From<R<RETENTION_DISABLE_SPEC>> for R
sourcefn from(reader: R<RETENTION_DISABLE_SPEC>) -> Self
fn from(reader: R<RETENTION_DISABLE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more