Struct esp32c3::spi2::dma_int_clr::W [−][src]
pub struct W(_);
Expand description
Register DMA_INT_CLR
writer
Implementations
Bit 0 - The clear bit for SPI_DMA_INFIFO_FULL_ERR_INT interrupt.
Bit 1 - The clear bit for SPI_DMA_OUTFIFO_EMPTY_ERR_INT interrupt.
Bit 2 - The clear bit for SPI slave Ex_QPI interrupt.
Bit 3 - The clear bit for SPI slave En_QPI interrupt.
Bit 4 - The clear bit for SPI slave CMD7 interrupt.
Bit 5 - The clear bit for SPI slave CMD8 interrupt.
Bit 6 - The clear bit for SPI slave CMD9 interrupt.
Bit 7 - The clear bit for SPI slave CMDA interrupt.
Bit 8 - The clear bit for SPI_SLV_RD_DMA_DONE_INT interrupt.
Bit 9 - The clear bit for SPI_SLV_WR_DMA_DONE_INT interrupt.
Bit 10 - The clear bit for SPI_SLV_RD_BUF_DONE_INT interrupt.
Bit 11 - The clear bit for SPI_SLV_WR_BUF_DONE_INT interrupt.
Bit 12 - The clear bit for SPI_TRANS_DONE_INT interrupt.
Bit 13 - The clear bit for SPI_DMA_SEG_TRANS_DONE_INT interrupt.
Bit 14 - The clear bit for SPI_SEG_MAGIC_ERR_INT interrupt.
Bit 15 - The clear bit for SPI_SLV_BUF_ADDR_ERR_INT interrupt.
Bit 16 - The clear bit for SPI_SLV_CMD_ERR_INT interrupt.
Bit 17 - The clear bit for SPI_MST_RX_AFIFO_WFULL_ERR_INT interrupt.
Bit 18 - The clear bit for SPI_MST_TX_AFIFO_REMPTY_ERR_INT interrupt.
Bit 19 - The clear bit for SPI_APP2_INT interrupt.
Bit 20 - The clear bit for SPI_APP1_INT interrupt.
Methods from Deref<Target = W<DMA_INT_CLR_SPEC>>
Trait Implementations
Performs the conversion.