Struct esp32_hal::pac::spi0::dma_conf::R

pub struct R(_);
Expand description

Register DMA_CONF reader

Implementations§

Bit 2 - The bit is used to reset in dma fsm and in data fifo pointer.

Bit 3 - The bit is used to reset out dma fsm and out data fifo pointer.

Bit 4 - reset spi dma ahb master fifo pointer.

Bit 5 - reset spi dma ahb master.

Bit 6 - Set bit to test in link.

Bit 7 - Set bit to test out link.

Bit 8 - when the link is empty jump to next automatically.

Bit 9 - out eof flag generation mode . 1: when dma pop all data from fifo 0:when ahb push all data to fifo.

Bit 10 - read descriptor use burst mode when read data for memory.

Bit 11 - read descriptor use burst mode when write data to memory.

Bit 12 - spi dma read data from memory in burst mode.

Bit 14 - spi dma read data stop when in continue tx/rx mode.

Bit 15 - spi dma write data stop when in continue tx/rx mode.

Bit 16 - spi dma continue tx/rx data.

Methods from Deref<Target = R<DMA_CONF_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.