Struct esp32c6::extmem::l2_cache_sync_preload_int_ena::R
source · pub struct R(_);Expand description
Register L2_CACHE_SYNC_PRELOAD_INT_ENA reader
Implementations§
source§impl R
impl R
sourcepub fn l2_cache_pld_done_int_ena(&self) -> L2_CACHE_PLD_DONE_INT_ENA_R
pub fn l2_cache_pld_done_int_ena(&self) -> L2_CACHE_PLD_DONE_INT_ENA_R
Bit 5 - The bit is used to enable interrupt of L2-Cache preload-operation done.
sourcepub fn l2_cache_pld_err_int_ena(&self) -> L2_CACHE_PLD_ERR_INT_ENA_R
pub fn l2_cache_pld_err_int_ena(&self) -> L2_CACHE_PLD_ERR_INT_ENA_R
Bit 12 - The bit is used to enable interrupt of L2-Cache preload-operation error.
Methods from Deref<Target = R<L2_CACHE_SYNC_PRELOAD_INT_ENA_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