Struct esp32s2::extmem::pro_cache_wrap_around_ctrl::W
source · pub struct W(_);
Expand description
Register PRO_CACHE_WRAP_AROUND_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn pro_cache_flash_wrap_around(
&mut self
) -> PRO_CACHE_FLASH_WRAP_AROUND_W<'_, 0>
pub fn pro_cache_flash_wrap_around( &mut self ) -> PRO_CACHE_FLASH_WRAP_AROUND_W<'_, 0>
Bit 0 - The bit is used to enable wrap around mode when read data from flash.
sourcepub fn pro_cache_sram_rd_wrap_around(
&mut self
) -> PRO_CACHE_SRAM_RD_WRAP_AROUND_W<'_, 1>
pub fn pro_cache_sram_rd_wrap_around( &mut self ) -> PRO_CACHE_SRAM_RD_WRAP_AROUND_W<'_, 1>
Bit 1 - The bit is used to enable wrap around mode when read data from spiram.
Methods from Deref<Target = W<PRO_CACHE_WRAP_AROUND_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