Type Alias R

Source
pub type R = R<DMA_OUTSTATUS_SPEC>;
Expand description

Register DMA_OUTSTATUS reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn dma_outdscr_addr(&self) -> DMA_OUTDSCR_ADDR_R

Bits 0:17 - SPI dma out descriptor address.

Source

pub fn dma_outdscr_state(&self) -> DMA_OUTDSCR_STATE_R

Bits 18:19 - SPI dma out descriptor state.

Source

pub fn dma_out_state(&self) -> DMA_OUT_STATE_R

Bits 20:22 - SPI dma out data state.

Source

pub fn dma_outfifo_cnt(&self) -> DMA_OUTFIFO_CNT_R

Bits 23:29 - The remains of SPI dma outfifo data.

Source

pub fn dma_outfifo_full(&self) -> DMA_OUTFIFO_FULL_R

Bit 30 - SPI dma outfifo is full.

Source

pub fn dma_outfifo_empty(&self) -> DMA_OUTFIFO_EMPTY_R

Bit 31 - SPI dma outfifo is empty.