pub struct R(_);
Expand description
Register DMA_CONF
reader
Implementations§
§impl R
impl R
pub fn in_rst(&self) -> BitReaderRaw<bool>
pub fn in_rst(&self) -> BitReaderRaw<bool>
Bit 2 - The bit is used to reset in dma fsm and in data fifo pointer.
pub fn out_rst(&self) -> BitReaderRaw<bool>
pub fn out_rst(&self) -> BitReaderRaw<bool>
Bit 3 - The bit is used to reset out dma fsm and out data fifo pointer.
pub fn ahbm_fifo_rst(&self) -> BitReaderRaw<bool>
pub fn ahbm_fifo_rst(&self) -> BitReaderRaw<bool>
Bit 4 - reset spi dma ahb master fifo pointer.
pub fn in_loop_test(&self) -> BitReaderRaw<bool>
pub fn in_loop_test(&self) -> BitReaderRaw<bool>
Bit 6 - Set bit to test in link.
pub fn out_loop_test(&self) -> BitReaderRaw<bool>
pub fn out_loop_test(&self) -> BitReaderRaw<bool>
Bit 7 - Set bit to test out link.
pub fn out_auto_wrback(&self) -> BitReaderRaw<bool>
pub fn out_auto_wrback(&self) -> BitReaderRaw<bool>
Bit 8 - when the link is empty jump to next automatically.
pub fn out_eof_mode(&self) -> BitReaderRaw<bool>
pub fn out_eof_mode(&self) -> BitReaderRaw<bool>
Bit 9 - out eof flag generation mode . 1: when dma pop all data from fifo 0:when ahb push all data to fifo.
pub fn outdscr_burst_en(&self) -> BitReaderRaw<bool>
pub fn outdscr_burst_en(&self) -> BitReaderRaw<bool>
Bit 10 - read descriptor use burst mode when read data for memory.
pub fn indscr_burst_en(&self) -> BitReaderRaw<bool>
pub fn indscr_burst_en(&self) -> BitReaderRaw<bool>
Bit 11 - read descriptor use burst mode when write data to memory.
pub fn out_data_burst_en(&self) -> BitReaderRaw<bool>
pub fn out_data_burst_en(&self) -> BitReaderRaw<bool>
Bit 12 - spi dma read data from memory in burst mode.
pub fn dma_rx_stop(&self) -> BitReaderRaw<bool>
pub fn dma_rx_stop(&self) -> BitReaderRaw<bool>
Bit 14 - spi dma read data stop when in continue tx/rx mode.
pub fn dma_tx_stop(&self) -> BitReaderRaw<bool>
pub fn dma_tx_stop(&self) -> BitReaderRaw<bool>
Bit 15 - spi dma write data stop when in continue tx/rx mode.
pub fn dma_continue(&self) -> BitReaderRaw<bool>
pub fn dma_continue(&self) -> BitReaderRaw<bool>
Bit 16 - spi dma continue tx/rx data.
Methods from Deref<Target = R<DMA_CONF_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.