Struct esp32s3::sensitive::internal_sram_usage_1::R
source · pub struct R(_);
Expand description
Register INTERNAL_SRAM_USAGE_1
reader
Implementations§
source§impl R
impl R
sourcepub fn internal_sram_icache_usage(&self) -> INTERNAL_SRAM_ICACHE_USAGE_R
pub fn internal_sram_icache_usage(&self) -> INTERNAL_SRAM_ICACHE_USAGE_R
Bits 0:1 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by icache.
sourcepub fn internal_sram_dcache_usage(&self) -> INTERNAL_SRAM_DCACHE_USAGE_R
pub fn internal_sram_dcache_usage(&self) -> INTERNAL_SRAM_DCACHE_USAGE_R
Bits 2:3 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by dcache.
sourcepub fn internal_sram_cpu_usage(&self) -> INTERNAL_SRAM_CPU_USAGE_R
pub fn internal_sram_cpu_usage(&self) -> INTERNAL_SRAM_CPU_USAGE_R
Bits 4:10 - Set 1 to someone bit means corresponding internal SRAM level can be accessed by cpu.