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

type DMA_STATUS = Reg<u32, _DMA_STATUS>;

SPI_DMA_STATUS

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

For information about available fields see dma_status module

Trait Implementations

impl Readable for DMA_STATUS[src]

read() method returns dma_status::R reader structure

impl ResetValue for DMA_STATUS[src]

Register DMA_STATUS reset()'s with value 0

impl Writable for DMA_STATUS[src]

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