Struct esp32c3::extmem::icache_sync_addr::R
source · pub struct R(_);
Expand description
Register ICACHE_SYNC_ADDR
reader
Implementations§
source§impl R
impl R
sourcepub fn icache_sync_addr(&self) -> ICACHE_SYNC_ADDR_R
pub fn icache_sync_addr(&self) -> ICACHE_SYNC_ADDR_R
Bits 0:31 - The bits are used to configure the start virtual address for clean operations. It should be combined with ICACHE_SYNC_SIZE_REG.
Methods from Deref<Target = R<ICACHE_SYNC_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