Struct esp32s3_hal::pac::sensitive::internal_sram_usage_1::R
pub struct R(_);
Expand description
Register INTERNAL_SRAM_USAGE_1
reader
Implementations§
§impl R
impl R
pub fn internal_sram_icache_usage(&self) -> FieldReaderRaw<u8, u8>
pub fn internal_sram_icache_usage(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by icache.
pub fn internal_sram_dcache_usage(&self) -> FieldReaderRaw<u8, u8>
pub fn internal_sram_dcache_usage(&self) -> FieldReaderRaw<u8, u8>
Bits 2:3 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by dcache.
pub fn internal_sram_cpu_usage(&self) -> FieldReaderRaw<u8, u8>
pub fn internal_sram_cpu_usage(&self) -> FieldReaderRaw<u8, u8>
Bits 4:10 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by cpu.
Methods from Deref<Target = R<INTERNAL_SRAM_USAGE_1_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<INTERNAL_SRAM_USAGE_1_SPEC>> for R
impl From<R<INTERNAL_SRAM_USAGE_1_SPEC>> for R
§fn from(reader: R<INTERNAL_SRAM_USAGE_1_SPEC>) -> R
fn from(reader: R<INTERNAL_SRAM_USAGE_1_SPEC>) -> R
Converts to this type from the input type.