Struct esp32s3_hal::pac::extmem::icache_preload_size::R
pub struct R(_);
Expand description
Register ICACHE_PRELOAD_SIZE
reader
Implementations§
§impl R
impl R
pub fn icache_preload_size(&self) -> FieldReaderRaw<u16, u16>
pub fn icache_preload_size(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - The bits are used to configure the length for preload operation. The bits are the counts of cache block. It should be combined with ICACHE_PRELOAD_ADDR_REG..
Methods from Deref<Target = R<ICACHE_PRELOAD_SIZE_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<ICACHE_PRELOAD_SIZE_SPEC>> for R
impl From<R<ICACHE_PRELOAD_SIZE_SPEC>> for R
§fn from(reader: R<ICACHE_PRELOAD_SIZE_SPEC>) -> R
fn from(reader: R<ICACHE_PRELOAD_SIZE_SPEC>) -> R
Converts to this type from the input type.