Struct esp32s3::extmem::cache_tag_object_ctrl::R
source · pub struct R(_);Expand description
Register CACHE_TAG_OBJECT_CTRL reader
Implementations§
source§impl R
impl R
sourcepub fn icache_tag_object(&self) -> ICACHE_TAG_OBJECT_R
pub fn icache_tag_object(&self) -> ICACHE_TAG_OBJECT_R
Bit 0 - Set this bit to set icache tag memory as object. This bit should be onehot with the others fields inside this register.
sourcepub fn dcache_tag_object(&self) -> DCACHE_TAG_OBJECT_R
pub fn dcache_tag_object(&self) -> DCACHE_TAG_OBJECT_R
Bit 1 - Set this bit to set dcache tag memory as object. This bit should be onehot with the others fields inside this register.