Struct esp32s3::extmem::cache_wrap_around_ctrl::W
source · pub struct W(_);
Expand description
Register CACHE_WRAP_AROUND_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn cache_flash_wrap_around(&mut self) -> CACHE_FLASH_WRAP_AROUND_W<'_, 0>
pub fn cache_flash_wrap_around(&mut self) -> CACHE_FLASH_WRAP_AROUND_W<'_, 0>
Bit 0 - The bit is used to enable wrap around mode when read data from flash.
sourcepub fn cache_sram_rd_wrap_around(
&mut self
) -> CACHE_SRAM_RD_WRAP_AROUND_W<'_, 1>
pub fn cache_sram_rd_wrap_around(
&mut self
) -> CACHE_SRAM_RD_WRAP_AROUND_W<'_, 1>
Bit 1 - The bit is used to enable wrap around mode when read data from spiram.