Struct esp32s2::extmem::cache_sync_int_ctrl::R   
source · pub struct R(_);Expand description
Register CACHE_SYNC_INT_CTRL reader
Implementations§
source§impl R
 
impl R
sourcepub fn pro_icache_sync_int_st(&self) -> PRO_ICACHE_SYNC_INT_ST_R
 
pub fn pro_icache_sync_int_st(&self) -> PRO_ICACHE_SYNC_INT_ST_R
Bit 0 - The bit is used to indicate the interrupt by icache sync done.
sourcepub fn pro_icache_sync_int_ena(&self) -> PRO_ICACHE_SYNC_INT_ENA_R
 
pub fn pro_icache_sync_int_ena(&self) -> PRO_ICACHE_SYNC_INT_ENA_R
Bit 1 - The bit is used to enable the interrupt by icache sync done.
sourcepub fn pro_dcache_sync_int_st(&self) -> PRO_DCACHE_SYNC_INT_ST_R
 
pub fn pro_dcache_sync_int_st(&self) -> PRO_DCACHE_SYNC_INT_ST_R
Bit 3 - The bit is used to indicate the interrupt by dcache sync done.
sourcepub fn pro_dcache_sync_int_ena(&self) -> PRO_DCACHE_SYNC_INT_ENA_R
 
pub fn pro_dcache_sync_int_ena(&self) -> PRO_DCACHE_SYNC_INT_ENA_R
Bit 4 - The bit is used to enable the interrupt by dcache sync done.
Methods from Deref<Target = R<CACHE_SYNC_INT_CTRL_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