Type Alias esp32h2::spi0::ecc_err_addr::R
source · pub type R = R<ECC_ERR_ADDR_SPEC>;
Expand description
Register ECC_ERR_ADDR
reader
Aliased Type§
struct R { /* private fields */ }
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:25 - This bits show the first MSPI ECC error address. It is cleared by when SPI_MEM_ECC_ERR_INT_CLR bit is set.
sourcepub fn ecc_err_cnt(&self) -> ECC_ERR_CNT_R
pub fn ecc_err_cnt(&self) -> ECC_ERR_CNT_R
Bits 26:31 - This bits show the error times of MSPI ECC read. It is cleared by when SPI_MEM_ECC_ERR_INT_CLR bit is set.