[][src]Type Definition esp32::spi::spi_dma_int_st_reg::W

type W = W<u32, SPI_DMA_INT_ST_REG>;

Writer for register SPI_DMA_INT_ST_REG

Methods

impl W[src]

pub fn spi_out_total_eof_int_st(&mut self) -> SPI_OUT_TOTAL_EOF_INT_ST_W[src]

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

pub fn spi_out_eof_int_st(&mut self) -> SPI_OUT_EOF_INT_ST_W[src]

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

pub fn spi_out_done_int_st(&mut self) -> SPI_OUT_DONE_INT_ST_W[src]

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

pub fn spi_in_suc_eof_int_st(&mut self) -> SPI_IN_SUC_EOF_INT_ST_W[src]

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

pub fn spi_in_err_eof_int_st(&mut self) -> SPI_IN_ERR_EOF_INT_ST_W[src]

Bit 4 - The status bit for receiving error.

pub fn spi_in_done_int_st(&mut self) -> SPI_IN_DONE_INT_ST_W[src]

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

Bit 2 - The status bit for inlink descriptor error.

Bit 1 - The status bit for outlink descriptor error.

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