Struct esp32s2::extmem::pro_icache_autoload_section1_addr::R   
source · pub struct R(_);Expand description
Register PRO_ICACHE_AUTOLOAD_SECTION1_ADDR reader
Implementations§
source§impl R
 
impl R
sourcepub fn pro_icache_autoload_sct1_addr(&self) -> PRO_ICACHE_AUTOLOAD_SCT1_ADDR_R
 
pub fn pro_icache_autoload_sct1_addr(&self) -> PRO_ICACHE_AUTOLOAD_SCT1_ADDR_R
Bits 0:31 - The bits are used to configure the start virtual address of the second section for conditional pre-load operation. It should be combined with pro_icache_autoload_sct1_ena.
Methods from Deref<Target = R<PRO_ICACHE_AUTOLOAD_SECTION1_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