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

type DMA_INT_ST = Reg<u32, _DMA_INT_ST>;

SPI_DMA_INT_ST

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

For information about avaliable fields see dma_int_st module

Trait Implementations

impl Readable for DMA_INT_ST[src]

read() method returns dma_int_st::R reader structure

impl ResetValue for DMA_INT_ST[src]

Register DMA_INT_ST reset()'s with value 0

type Type = u32

Register size

impl Writable for DMA_INT_ST[src]

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