[][src]Type Definition esp32::spi::spi_dma_int_clr_reg::R

type R = R<u32, SPI_DMA_INT_CLR_REG>;

Reader of register SPI_DMA_INT_CLR_REG

Methods

impl R[src]

pub fn spi_out_total_eof_int_clr(&self) -> SPI_OUT_TOTAL_EOF_INT_CLR_R[src]

Bit 8 - The clear bit for sending all the packets to host done.

pub fn spi_out_eof_int_clr(&self) -> SPI_OUT_EOF_INT_CLR_R[src]

Bit 7 - The clear bit for sending a packet to host done.

pub fn spi_out_done_int_clr(&self) -> SPI_OUT_DONE_INT_CLR_R[src]

Bit 6 - The clear bit for completing usage of a outlink descriptor.

pub fn spi_in_suc_eof_int_clr(&self) -> SPI_IN_SUC_EOF_INT_CLR_R[src]

Bit 5 - The clear bit for completing receiving all the packets from host.

pub fn spi_in_err_eof_int_clr(&self) -> SPI_IN_ERR_EOF_INT_CLR_R[src]

Bit 4 - The clear bit for receiving error.

pub fn spi_in_done_int_clr(&self) -> SPI_IN_DONE_INT_CLR_R[src]

Bit 3 - The clear bit for completing usage of a inlink descriptor.

Bit 2 - The clear bit for inlink descriptor error.

Bit 1 - The clear bit for outlink descriptor error.

Bit 0 - The clear bit for lack of enough inlink descriptors.