Struct esp32c6::extmem::l1_cache_autoload_sct1_addr::W
source · pub struct W(_);
Expand description
Register L1_CACHE_AUTOLOAD_SCT1_ADDR
writer
Implementations§
source§impl W
impl W
sourcepub fn l1_cache_autoload_sct1_addr(
&mut self
) -> L1_CACHE_AUTOLOAD_SCT1_ADDR_W<'_, 0>
pub fn l1_cache_autoload_sct1_addr( &mut self ) -> L1_CACHE_AUTOLOAD_SCT1_ADDR_W<'_, 0>
Bits 0:31 - Those bits are used to configure the start virtual address of the second section for autoload operation on L1-Cache. Note that it should be used together with L1_CACHE_AUTOLOAD_SCT1_SIZE and L1_CACHE_AUTOLOAD_SCT1_ENA.
Methods from Deref<Target = W<L1_CACHE_AUTOLOAD_SCT1_ADDR_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