Struct esp32s2::extmem::pro_icache_reject_st::R
source · pub struct R(_);Expand description
Register PRO_ICACHE_REJECT_ST reader
Implementations§
source§impl R
impl R
sourcepub fn pro_icache_tag_attr(&self) -> PRO_ICACHE_TAG_ATTR_R
pub fn pro_icache_tag_attr(&self) -> PRO_ICACHE_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_icache_cpu_attr(&self) -> PRO_ICACHE_CPU_ATTR_R
pub fn pro_icache_cpu_attr(&self) -> PRO_ICACHE_CPU_ATTR_R
Bits 3:5 - The bits are used to indicate the attribute of CPU access icache when authentication fail. 0: invalidate, 1: execute-able, 2: read-able
Methods from Deref<Target = R<PRO_ICACHE_REJECT_ST_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more