Struct esp32s3::apb_ctrl::retention_ctrl4::R
source · pub struct R(_);
Expand description
Register RETENTION_CTRL4
reader
Implementations
sourceimpl R
impl R
sourcepub fn retention_inv_cfg(&self) -> RETENTION_INV_CFG_R
pub fn retention_inv_cfg(&self) -> RETENTION_INV_CFG_R
Bits 0:31 - ******* Description ***********
Methods from Deref<Target = R<RETENTION_CTRL4_SPEC>>
Trait Implementations
sourceimpl From<R<RETENTION_CTRL4_SPEC>> for R
impl From<R<RETENTION_CTRL4_SPEC>> for R
sourcefn from(reader: R<RETENTION_CTRL4_SPEC>) -> Self
fn from(reader: R<RETENTION_CTRL4_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