Struct esp32s3::extmem::icache_preload_addr::ICACHE_PRELOAD_ADDR_W
source · [−]pub struct ICACHE_PRELOAD_ADDR_W<'a> { /* private fields */ }
Expand description
Field ICACHE_PRELOAD_ADDR
writer - The bits are used to configure the start virtual address for preload operation. It should be combined with ICACHE_PRELOAD_SIZE_REG.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ICACHE_PRELOAD_ADDR_W<'a>
impl<'a> Send for ICACHE_PRELOAD_ADDR_W<'a>
impl<'a> Sync for ICACHE_PRELOAD_ADDR_W<'a>
impl<'a> Unpin for ICACHE_PRELOAD_ADDR_W<'a>
impl<'a> !UnwindSafe for ICACHE_PRELOAD_ADDR_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more