pub struct R(_);
Expand description
Register RETENTION_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn retention_tag_mode(&self) -> RETENTION_TAG_MODE_R
pub fn retention_tag_mode(&self) -> RETENTION_TAG_MODE_R
Bits 10:13 - No public
sourcepub fn retention_target(&self) -> RETENTION_TARGET_R
pub fn retention_target(&self) -> RETENTION_TARGET_R
Bits 14:15 - congfigure retention target cpu and/or tag
sourcepub fn retention_clk_sel(&self) -> RETENTION_CLK_SEL_R
pub fn retention_clk_sel(&self) -> RETENTION_CLK_SEL_R
Bit 16 - No public
sourcepub fn retention_done_wait(&self) -> RETENTION_DONE_WAIT_R
pub fn retention_done_wait(&self) -> RETENTION_DONE_WAIT_R
Bits 17:19 - wait retention done cycle
sourcepub fn retention_clkoff_wait(&self) -> RETENTION_CLKOFF_WAIT_R
pub fn retention_clkoff_wait(&self) -> RETENTION_CLKOFF_WAIT_R
Bits 20:23 - wait clk off cycle
sourcepub fn retention_en(&self) -> RETENTION_EN_R
pub fn retention_en(&self) -> RETENTION_EN_R
Bit 24 - enable retention
sourcepub fn retention_wait(&self) -> RETENTION_WAIT_R
pub fn retention_wait(&self) -> RETENTION_WAIT_R
Bits 25:31 - wait cycles for rention operation
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