Struct esp32s3_hal::pac::rtc_cntl::retention_ctrl::R
pub struct R(_);
Expand description
Register RETENTION_CTRL
reader
Implementations§
§impl R
impl R
pub fn retention_tag_mode(&self) -> FieldReaderRaw<u8, u8>
pub fn retention_tag_mode(&self) -> FieldReaderRaw<u8, u8>
Bits 10:13 - No public
pub fn retention_target(&self) -> FieldReaderRaw<u8, u8>
pub fn retention_target(&self) -> FieldReaderRaw<u8, u8>
Bits 14:15 - congfigure retention target cpu and/or tag
pub fn retention_clk_sel(&self) -> BitReaderRaw<bool>
pub fn retention_clk_sel(&self) -> BitReaderRaw<bool>
Bit 16 - No public
pub fn retention_done_wait(&self) -> FieldReaderRaw<u8, u8>
pub fn retention_done_wait(&self) -> FieldReaderRaw<u8, u8>
Bits 17:19 - wait retention done cycle
pub fn retention_clkoff_wait(&self) -> FieldReaderRaw<u8, u8>
pub fn retention_clkoff_wait(&self) -> FieldReaderRaw<u8, u8>
Bits 20:23 - wait clk off cycle
pub fn retention_en(&self) -> BitReaderRaw<bool>
pub fn retention_en(&self) -> BitReaderRaw<bool>
Bit 24 - enable retention
pub fn retention_wait(&self) -> FieldReaderRaw<u8, u8>
pub fn retention_wait(&self) -> FieldReaderRaw<u8, u8>
Bits 25:31 - wait cycles for rention operation
Methods from Deref<Target = R<RETENTION_CTRL_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<RETENTION_CTRL_SPEC>> for R
impl From<R<RETENTION_CTRL_SPEC>> for R
§fn from(reader: R<RETENTION_CTRL_SPEC>) -> R
fn from(reader: R<RETENTION_CTRL_SPEC>) -> R
Converts to this type from the input type.