Struct esp32s3::apb_ctrl::spi_mem_ecc_ctrl::R
source · pub struct R(_);
Expand description
Register SPI_MEM_ECC_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn flash_page_size(&self) -> FLASH_PAGE_SIZE_R
pub fn flash_page_size(&self) -> FLASH_PAGE_SIZE_R
Bits 18:19 - Set the page size of the used MSPI flash. 0: 256 bytes. 1: 512 bytes. 2: 1024 bytes. 3: 2048 bytes.
sourcepub fn sram_page_size(&self) -> SRAM_PAGE_SIZE_R
pub fn sram_page_size(&self) -> SRAM_PAGE_SIZE_R
Bits 20:21 - Set the page size of the used MSPI external RAM. 0: 256 bytes. 1: 512 bytes. 2: 1024 bytes. 3: 2048 bytes.
Methods from Deref<Target = R<SPI_MEM_ECC_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<SPI_MEM_ECC_CTRL_SPEC>> for R
impl From<R<SPI_MEM_ECC_CTRL_SPEC>> for R
sourcefn from(reader: R<SPI_MEM_ECC_CTRL_SPEC>) -> Self
fn from(reader: R<SPI_MEM_ECC_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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