Struct esp32s3::spi0::ecc_err_addr::R
source · pub struct R(_);Expand description
Register ECC_ERR_ADDR reader
Implementations§
source§impl R
impl R
sourcepub fn ecc_err_addr(&self) -> ECC_ERR_ADDR_R
pub fn ecc_err_addr(&self) -> ECC_ERR_ADDR_R
Bits 0:31 - These bits show the first MSPI ECC error address when SPI_FMEM_ECC_ERR_INT_EN/SPI_SMEM_ECC_ERR_INT_EN is set and accessed to flash/Ext_RAM, including ECC byte error and data error. It is cleared by when SPI_MEM_ECC_ERR_INT_CLR bit is set.
Methods from Deref<Target = R<ECC_ERR_ADDR_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