Struct esp32s2::extmem::pro_dcache_reject_st::R
source · pub struct R(_);Expand description
Register PRO_DCACHE_REJECT_ST reader
Implementations§
source§impl R
impl R
sourcepub fn pro_dcache_tag_attr(&self) -> PRO_DCACHE_TAG_ATTR_R
pub fn pro_dcache_tag_attr(&self) -> PRO_DCACHE_TAG_ATTR_R
Bits 0:2 - The bits are used to indicate the attribute of data from external memory when authentication fail. 0: invalidate, 1: execute-able, 2: read-able, 4: write-able.
sourcepub fn pro_dcache_cpu_attr(&self) -> PRO_DCACHE_CPU_ATTR_R
pub fn pro_dcache_cpu_attr(&self) -> PRO_DCACHE_CPU_ATTR_R
Bits 3:5 - The bits are used to indicate the attribute of CPU access dcache when authentication fail. 0: invalidate, 1: execute-able, 2: read-able, 4: write-able.