Struct esp32c6::extmem::l1_cache_autoload_buf_clr_ctrl::W
source · pub struct W(_);
Expand description
Register L1_CACHE_AUTOLOAD_BUF_CLR_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn l1_cache_ald_buf_clr(&mut self) -> L1_CACHE_ALD_BUF_CLR_W<'_, 4>
pub fn l1_cache_ald_buf_clr(&mut self) -> L1_CACHE_ALD_BUF_CLR_W<'_, 4>
Bit 4 - set this bit to clear autoload-buffer inside L1-Cache. If this bit is active, autoload will not work in L1-Cache. This bit should not be active when autoload works in L1-Cache.
Methods from Deref<Target = W<L1_CACHE_AUTOLOAD_BUF_CLR_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