pub struct W(_);
Expand description
Register ECC_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn ecc_err_int_num(&mut self) -> ECC_ERR_INT_NUM_W<'_, 0>
pub fn ecc_err_int_num(&mut self) -> ECC_ERR_INT_NUM_W<'_, 0>
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(&mut self) -> SPI_FMEM_ECC_ERR_INT_EN_W<'_, 8>
pub fn spi_fmem_ecc_err_int_en(&mut self) -> SPI_FMEM_ECC_ERR_INT_EN_W<'_, 8>
Bit 8 - Set this bit to calculate the error times of MSPI ECC read when accesses to flash.
Methods from Deref<Target = W<ECC_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<ECC_CTRL_SPEC>> for W
impl From<W<ECC_CTRL_SPEC>> for W
sourcefn from(writer: W<ECC_CTRL_SPEC>) -> Self
fn from(writer: W<ECC_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more