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

type DMA_INT_ENA = Reg<u32, _DMA_INT_ENA>;

SPI_DMA_INT_ENA

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

For information about available fields see dma_int_ena module

Trait Implementations

impl Readable for DMA_INT_ENA[src]

read() method returns dma_int_ena::R reader structure

impl ResetValue for DMA_INT_ENA[src]

Register DMA_INT_ENA reset()'s with value 0

impl Writable for DMA_INT_ENA[src]

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