Struct esp32::spi0::dma_status::R
source · pub struct R(_);
Expand description
Register DMA_STATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn dma_rx_en(&self) -> DMA_RX_EN_R
pub fn dma_rx_en(&self) -> DMA_RX_EN_R
Bit 0 - spi dma read data status bit.
sourcepub fn dma_tx_en(&self) -> DMA_TX_EN_R
pub fn dma_tx_en(&self) -> DMA_TX_EN_R
Bit 1 - spi dma write data status bit.