Struct esp32c6::extmem::l1_cache_sync_preload_int_clr::W
source · pub struct W(_);
Expand description
Register L1_CACHE_SYNC_PRELOAD_INT_CLR
writer
Implementations§
source§impl W
impl W
sourcepub fn l1_cache_pld_done_int_clr(
&mut self
) -> L1_CACHE_PLD_DONE_INT_CLR_W<'_, 4>
pub fn l1_cache_pld_done_int_clr( &mut self ) -> L1_CACHE_PLD_DONE_INT_CLR_W<'_, 4>
Bit 4 - The bit is used to clear interrupt that occurs only when L1-Cache preload-operation is done.
sourcepub fn cache_sync_done_int_clr(&mut self) -> CACHE_SYNC_DONE_INT_CLR_W<'_, 6>
pub fn cache_sync_done_int_clr(&mut self) -> CACHE_SYNC_DONE_INT_CLR_W<'_, 6>
Bit 6 - The bit is used to clear interrupt that occurs only when Cache sync-operation is done.
sourcepub fn l1_cache_pld_err_int_clr(&mut self) -> L1_CACHE_PLD_ERR_INT_CLR_W<'_, 11>
pub fn l1_cache_pld_err_int_clr(&mut self) -> L1_CACHE_PLD_ERR_INT_CLR_W<'_, 11>
Bit 11 - The bit is used to clear interrupt of L1-Cache preload-operation error.
sourcepub fn cache_sync_err_int_clr(&mut self) -> CACHE_SYNC_ERR_INT_CLR_W<'_, 13>
pub fn cache_sync_err_int_clr(&mut self) -> CACHE_SYNC_ERR_INT_CLR_W<'_, 13>
Bit 13 - The bit is used to clear interrupt of Cache sync-operation error.
Methods from Deref<Target = W<L1_CACHE_SYNC_PRELOAD_INT_CLR_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