Struct esp32s3::extmem::cache_wrap_around_ctrl::R
source · pub struct R(_);
Expand description
Register CACHE_WRAP_AROUND_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn cache_flash_wrap_around(&self) -> CACHE_FLASH_WRAP_AROUND_R
pub fn cache_flash_wrap_around(&self) -> CACHE_FLASH_WRAP_AROUND_R
Bit 0 - The bit is used to enable wrap around mode when read data from flash.
sourcepub fn cache_sram_rd_wrap_around(&self) -> CACHE_SRAM_RD_WRAP_AROUND_R
pub fn cache_sram_rd_wrap_around(&self) -> CACHE_SRAM_RD_WRAP_AROUND_R
Bit 1 - The bit is used to enable wrap around mode when read data from spiram.
Methods from Deref<Target = R<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