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

type W = W<u32, SPI_DMA_STATUS_REG>;

Writer for register SPI_DMA_STATUS_REG

Methods

impl W[src]

pub fn spi_dma_tx_en(&mut self) -> SPI_DMA_TX_EN_W[src]

Bit 1 - spi dma write data status bit.

pub fn spi_dma_rx_en(&mut self) -> SPI_DMA_RX_EN_W[src]

Bit 0 - spi dma read data status bit.