Struct esp32c2_hal::pac::spi2::dma_int_set::W

pub struct W(_);
Expand description

Register DMA_INT_SET writer

Implementations

Bit 0 - The software set bit for SPI_DMA_INFIFO_FULL_ERR_INT interrupt.

Bit 1 - The software set bit for SPI_DMA_OUTFIFO_EMPTY_ERR_INT interrupt.

Bit 2 - The software set bit for SPI slave Ex_QPI interrupt.

Bit 3 - The software set bit for SPI slave En_QPI interrupt.

Bit 4 - The software set bit for SPI slave CMD7 interrupt.

Bit 5 - The software set bit for SPI slave CMD8 interrupt.

Bit 6 - The software set bit for SPI slave CMD9 interrupt.

Bit 7 - The software set bit for SPI slave CMDA interrupt.

Bit 8 - The software set bit for SPI_SLV_RD_DMA_DONE_INT interrupt.

Bit 9 - The software set bit for SPI_SLV_WR_DMA_DONE_INT interrupt.

Bit 10 - The software set bit for SPI_SLV_RD_BUF_DONE_INT interrupt.

Bit 11 - The software set bit for SPI_SLV_WR_BUF_DONE_INT interrupt.

Bit 12 - The software set bit for SPI_TRANS_DONE_INT interrupt.

Bit 13 - The software set bit for SPI_DMA_SEG_TRANS_DONE_INT interrupt.

Bit 14 - The software set bit for SPI_SEG_MAGIC_ERR_INT interrupt.

Bit 15 - The software set bit for SPI_SLV_BUF_ADDR_ERR_INT interrupt.

Bit 16 - The software set bit for SPI_SLV_CMD_ERR_INT interrupt.

Bit 17 - The software set bit for SPI_MST_RX_AFIFO_WFULL_ERR_INT interrupt.

Bit 18 - The software set bit for SPI_MST_TX_AFIFO_REMPTY_ERR_INT interrupt.

Bit 19 - The software set bit for SPI_APP2_INT interrupt.

Bit 20 - The software set bit for SPI_APP1_INT interrupt.

Writes raw bits to the register.

Methods from Deref<Target = W<DMA_INT_SET_SPEC>>

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.