[][src]Type Definition esp32::spi::DMA_CONF

type DMA_CONF = Reg<u32, _DMA_CONF>;

SPI_DMA_CONF

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see dma_conf module

Trait Implementations

impl Readable for DMA_CONF[src]

read() method returns dma_conf::R reader structure

impl ResetValue for DMA_CONF[src]

Register DMA_CONF reset()'s with value 0

impl Writable for DMA_CONF[src]

write(|w| ..) method takes dma_conf::W writer structure