pub struct R(_);
Expand description
Register ECC_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn ecc_err_int_num(&self) -> ECC_ERR_INT_NUM_R
pub fn ecc_err_int_num(&self) -> ECC_ERR_INT_NUM_R
Bits 0:7 - Set the error times of MSPI ECC read to generate MSPI SPI_MEM_ECC_ERR_INT interrupt.
sourcepub fn spi_fmem_ecc_err_int_en(&self) -> SPI_FMEM_ECC_ERR_INT_EN_R
pub fn spi_fmem_ecc_err_int_en(&self) -> SPI_FMEM_ECC_ERR_INT_EN_R
Bit 8 - Set this bit to calculate the error times of MSPI ECC read when accesses to flash.
Methods from Deref<Target = R<ECC_CTRL_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