Struct esp32h2::spi0::spi_mem_int_clr::R
source · pub struct R(_);
Expand description
Register SPI_MEM_INT_CLR
reader
Implementations§
source§impl R
impl R
sourcepub fn spi_mem_ecc_err_int_clr(&self) -> SPI_MEM_ECC_ERR_INT_CLR_R
pub fn spi_mem_ecc_err_int_clr(&self) -> SPI_MEM_ECC_ERR_INT_CLR_R
Bit 5 - The clear bit for SPI_MEM_ECC_ERR_INT interrupt.
sourcepub fn spi_mem_axi_wr_flash_err_int_clr(
&self
) -> SPI_MEM_AXI_WR_FLASH_ERR_INT_CLR_R
pub fn spi_mem_axi_wr_flash_err_int_clr( &self ) -> SPI_MEM_AXI_WR_FLASH_ERR_INT_CLR_R
Bit 8 - The clear bit for SPI_MEM_AXI_WR_FALSH_ERR_INT interrupt.
sourcepub fn spi_mem_axi_waddr_err_int_clr(&self) -> SPI_MEM_AXI_WADDR_ERR_INT_CLR_R
pub fn spi_mem_axi_waddr_err_int_clr(&self) -> SPI_MEM_AXI_WADDR_ERR_INT_CLR_R
Bit 9 - The clear bit for SPI_MEM_AXI_WADDR_ERR_INT interrupt.
Methods from Deref<Target = R<SPI_MEM_INT_CLR_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