Struct esp32s3::spi2::dma_int_ena::R

source ·
pub struct R(_);
Expand description

Register DMA_INT_ENA reader

Implementations§

Bit 0 - The enable bit for SPI_DMA_INFIFO_FULL_ERR_INT interrupt.

Bit 1 - The enable bit for SPI_DMA_OUTFIFO_EMPTY_ERR_INT interrupt.

Bit 2 - The enable bit for SPI slave Ex_QPI interrupt.

Bit 3 - The enable bit for SPI slave En_QPI interrupt.

Bit 4 - The enable bit for SPI slave CMD7 interrupt.

Bit 5 - The enable bit for SPI slave CMD8 interrupt.

Bit 6 - The enable bit for SPI slave CMD9 interrupt.

Bit 7 - The enable bit for SPI slave CMDA interrupt.

Bit 8 - The enable bit for SPI_SLV_RD_DMA_DONE_INT interrupt.

Bit 9 - The enable bit for SPI_SLV_WR_DMA_DONE_INT interrupt.

Bit 10 - The enable bit for SPI_SLV_RD_BUF_DONE_INT interrupt.

Bit 11 - The enable bit for SPI_SLV_WR_BUF_DONE_INT interrupt.

Bit 12 - The enable bit for SPI_TRANS_DONE_INT interrupt.

Bit 13 - The enable bit for SPI_DMA_SEG_TRANS_DONE_INT interrupt.

Bit 14 - The enable bit for SPI_SEG_MAGIC_ERR_INT interrupt.

Bit 15 - The enable bit for SPI_SLV_BUF_ADDR_ERR_INT interrupt.

Bit 16 - The enable bit for SPI_SLV_CMD_ERR_INT interrupt.

Bit 17 - The enable bit for SPI_MST_RX_AFIFO_WFULL_ERR_INT interrupt.

Bit 18 - The enable bit for SPI_MST_TX_AFIFO_REMPTY_ERR_INT interrupt.

Bit 19 - The enable bit for SPI_APP2_INT interrupt.

Bit 20 - The enable bit for SPI_APP1_INT interrupt.

Methods from Deref<Target = R<DMA_INT_ENA_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.