pub struct W(_);
Expand description
Register RTC_CNTL_RETENTION_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn retention_clk_sel(&mut self) -> RETENTION_CLK_SEL_W<'_, 18>
pub fn retention_clk_sel(&mut self) -> RETENTION_CLK_SEL_W<'_, 18>
Bit 18 - Need add desc
sourcepub fn retention_done_wait(&mut self) -> RETENTION_DONE_WAIT_W<'_, 19>
pub fn retention_done_wait(&mut self) -> RETENTION_DONE_WAIT_W<'_, 19>
Bits 19:21 - Need add desc
sourcepub fn retention_clkoff_wait(&mut self) -> RETENTION_CLKOFF_WAIT_W<'_, 22>
pub fn retention_clkoff_wait(&mut self) -> RETENTION_CLKOFF_WAIT_W<'_, 22>
Bits 22:25 - Need add desc
sourcepub fn retention_en(&mut self) -> RETENTION_EN_W<'_, 26>
pub fn retention_en(&mut self) -> RETENTION_EN_W<'_, 26>
Bit 26 - Need add desc
sourcepub fn retention_wait(&mut self) -> RETENTION_WAIT_W<'_, 27>
pub fn retention_wait(&mut self) -> RETENTION_WAIT_W<'_, 27>
Bits 27:31 - wait cycles for rention operation
Methods from Deref<Target = W<RTC_CNTL_RETENTION_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<RTC_CNTL_RETENTION_CTRL_SPEC>> for W
impl From<W<RTC_CNTL_RETENTION_CTRL_SPEC>> for W
sourcefn from(writer: W<RTC_CNTL_RETENTION_CTRL_SPEC>) -> Self
fn from(writer: W<RTC_CNTL_RETENTION_CTRL_SPEC>) -> Self
Converts to this type from the input type.
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more