pub struct R(_);
Expand description
Register RETENTION_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn retention_link_addr(&self) -> RETENTION_LINK_ADDR_R
pub fn retention_link_addr(&self) -> RETENTION_LINK_ADDR_R
Bits 0:26 - reg_retention_link_addr
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 - reg_nobypass_cpu_iso_rst
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
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