Struct esp32s3::rtc_cntl::retention_ctrl::W
source · pub struct W(_);
Expand description
Register RETENTION_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn retention_tag_mode(&mut self) -> RETENTION_TAG_MODE_W<'_, 10>
pub fn retention_tag_mode(&mut self) -> RETENTION_TAG_MODE_W<'_, 10>
Bits 10:13 - No public
sourcepub fn retention_target(&mut self) -> RETENTION_TARGET_W<'_, 14>
pub fn retention_target(&mut self) -> RETENTION_TARGET_W<'_, 14>
Bits 14:15 - congfigure retention target cpu and/or tag
sourcepub fn retention_clk_sel(&mut self) -> RETENTION_CLK_SEL_W<'_, 16>
pub fn retention_clk_sel(&mut self) -> RETENTION_CLK_SEL_W<'_, 16>
Bit 16 - No public
sourcepub fn retention_done_wait(&mut self) -> RETENTION_DONE_WAIT_W<'_, 17>
pub fn retention_done_wait(&mut self) -> RETENTION_DONE_WAIT_W<'_, 17>
Bits 17:19 - wait retention done cycle
sourcepub fn retention_clkoff_wait(&mut self) -> RETENTION_CLKOFF_WAIT_W<'_, 20>
pub fn retention_clkoff_wait(&mut self) -> RETENTION_CLKOFF_WAIT_W<'_, 20>
Bits 20:23 - wait clk off cycle
sourcepub fn retention_en(&mut self) -> RETENTION_EN_W<'_, 24>
pub fn retention_en(&mut self) -> RETENTION_EN_W<'_, 24>
Bit 24 - enable retention
sourcepub fn retention_wait(&mut self) -> RETENTION_WAIT_W<'_, 25>
pub fn retention_wait(&mut self) -> RETENTION_WAIT_W<'_, 25>
Bits 25:31 - wait cycles for rention operation
Methods from Deref<Target = W<RETENTION_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<RETENTION_CTRL_SPEC>> for W
impl From<W<RETENTION_CTRL_SPEC>> for W
sourcefn from(writer: W<RETENTION_CTRL_SPEC>) -> Self
fn from(writer: W<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