Struct esp32s3_hal::pac::apb_ctrl::retention_ctrl2::R
pub struct R(_);
Expand description
Register RETENTION_CTRL2
reader
Implementations§
§impl R
impl R
pub fn ret_icache_size(&self) -> FieldReaderRaw<u8, u8>
pub fn ret_icache_size(&self) -> FieldReaderRaw<u8, u8>
Bits 4:11 - ******* Description ***********
pub fn ret_icache_vld_size(&self) -> FieldReaderRaw<u8, u8>
pub fn ret_icache_vld_size(&self) -> FieldReaderRaw<u8, u8>
Bits 13:20 - ******* Description ***********
pub fn ret_icache_start_point(&self) -> FieldReaderRaw<u8, u8>
pub fn ret_icache_start_point(&self) -> FieldReaderRaw<u8, u8>
Bits 22:29 - ******* Description ***********
pub fn ret_icache_enable(&self) -> BitReaderRaw<bool>
pub fn ret_icache_enable(&self) -> BitReaderRaw<bool>
Bit 31 - ******* Description ***********
Methods from Deref<Target = R<RETENTION_CTRL2_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_CTRL2_SPEC>> for R
impl From<R<RETENTION_CTRL2_SPEC>> for R
§fn from(reader: R<RETENTION_CTRL2_SPEC>) -> R
fn from(reader: R<RETENTION_CTRL2_SPEC>) -> R
Converts to this type from the input type.