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

source

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.

source

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.