Struct esp32s3::apb_ctrl::spi_mem_ecc_ctrl::R
source · pub struct R(_);
Expand description
Register SPI_MEM_ECC_CTRL
reader
Implementations§
source§impl 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.