Struct esp32c3::extmem::cache_sync_int_ctrl::W
source · pub struct W(_);
Expand description
Register CACHE_SYNC_INT_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn icache_sync_int_ena(&mut self) -> ICACHE_SYNC_INT_ENA_W<'_, 1>
pub fn icache_sync_int_ena(&mut self) -> ICACHE_SYNC_INT_ENA_W<'_, 1>
Bit 1 - The bit is used to enable the interrupt by icache sync done.
sourcepub fn icache_sync_int_clr(&mut self) -> ICACHE_SYNC_INT_CLR_W<'_, 2>
pub fn icache_sync_int_clr(&mut self) -> ICACHE_SYNC_INT_CLR_W<'_, 2>
Bit 2 - The bit is used to clear the interrupt by icache sync done.
Methods from Deref<Target = W<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