Struct esp32s3_hal::pac::apb_ctrl::retention_ctrl3::R
pub struct R(_);
Expand description
Register RETENTION_CTRL3
reader
Implementations§
§impl R
impl R
pub fn ret_dcache_size(&self) -> FieldReaderRaw<u16, u16>
pub fn ret_dcache_size(&self) -> FieldReaderRaw<u16, u16>
Bits 4:12 - ******* Description ***********
pub fn ret_dcache_vld_size(&self) -> FieldReaderRaw<u16, u16>
pub fn ret_dcache_vld_size(&self) -> FieldReaderRaw<u16, u16>
Bits 13:21 - ******* Description ***********
pub fn ret_dcache_start_point(&self) -> FieldReaderRaw<u16, u16>
pub fn ret_dcache_start_point(&self) -> FieldReaderRaw<u16, u16>
Bits 22:30 - ******* Description ***********
pub fn ret_dcache_enable(&self) -> BitReaderRaw<bool>
pub fn ret_dcache_enable(&self) -> BitReaderRaw<bool>
Bit 31 - ******* Description ***********
Methods from Deref<Target = R<RETENTION_CTRL3_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_CTRL3_SPEC>> for R
impl From<R<RETENTION_CTRL3_SPEC>> for R
§fn from(reader: R<RETENTION_CTRL3_SPEC>) -> R
fn from(reader: R<RETENTION_CTRL3_SPEC>) -> R
Converts to this type from the input type.