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

type R = R<u32, SPI_DMA_INT_ENA_REG>;

Reader of register SPI_DMA_INT_ENA_REG

Methods

impl R[src]

pub fn spi_out_total_eof_int_ena(&self) -> SPI_OUT_TOTAL_EOF_INT_ENA_R[src]

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

pub fn spi_out_eof_int_ena(&self) -> SPI_OUT_EOF_INT_ENA_R[src]

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

pub fn spi_out_done_int_ena(&self) -> SPI_OUT_DONE_INT_ENA_R[src]

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

pub fn spi_in_suc_eof_int_ena(&self) -> SPI_IN_SUC_EOF_INT_ENA_R[src]

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

pub fn spi_in_err_eof_int_ena(&self) -> SPI_IN_ERR_EOF_INT_ENA_R[src]

Bit 4 - The enable bit for receiving error.

pub fn spi_in_done_int_ena(&self) -> SPI_IN_DONE_INT_ENA_R[src]

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

Bit 2 - The enable bit for inlink descriptor error.

Bit 1 - The enable bit for outlink descriptor error.

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