Struct esp32c6::extmem::l2_cache_sync_preload_int_st::R
source · pub struct R(_);
Expand description
Register L2_CACHE_SYNC_PRELOAD_INT_ST
reader
Implementations§
source§impl R
impl R
sourcepub fn l2_cache_pld_done_int_st(&self) -> L2_CACHE_PLD_DONE_INT_ST_R
pub fn l2_cache_pld_done_int_st(&self) -> L2_CACHE_PLD_DONE_INT_ST_R
Bit 5 - The bit indicates the status of the interrupt that occurs only when L2-Cache preload-operation is done.
sourcepub fn l2_cache_pld_err_int_st(&self) -> L2_CACHE_PLD_ERR_INT_ST_R
pub fn l2_cache_pld_err_int_st(&self) -> L2_CACHE_PLD_ERR_INT_ST_R
Bit 12 - The bit indicates the status of the interrupt of L2-Cache preload-operation error.
Methods from Deref<Target = R<L2_CACHE_SYNC_PRELOAD_INT_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