pub struct R(_);
Expand description
Register RETENTION_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn retention_cpu_link_addr(&self) -> RETENTION_CPU_LINK_ADDR_R
pub fn retention_cpu_link_addr(&self) -> RETENTION_CPU_LINK_ADDR_R
Bits 0:26 - ******* Description ***********
sourcepub fn nobypass_cpu_iso_rst(&self) -> NOBYPASS_CPU_ISO_RST_R
pub fn nobypass_cpu_iso_rst(&self) -> NOBYPASS_CPU_ISO_RST_R
Bit 27 - ******* Description ***********
Methods from Deref<Target = R<RETENTION_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<RETENTION_CTRL_SPEC>> for R
impl From<R<RETENTION_CTRL_SPEC>> for R
sourcefn from(reader: R<RETENTION_CTRL_SPEC>) -> Self
fn from(reader: R<RETENTION_CTRL_SPEC>) -> Self
Performs the conversion.
Auto Trait Implementations
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