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

type DMA_INT_RAW = Reg<u32, _DMA_INT_RAW>;

SPI_DMA_INT_RAW

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

For information about avaliable fields see dma_int_raw module

Trait Implementations

impl Readable for DMA_INT_RAW[src]

read() method returns dma_int_raw::R reader structure

impl ResetValue for DMA_INT_RAW[src]

Register DMA_INT_RAW reset()'s with value 0

type Type = u32

Register size

impl Writable for DMA_INT_RAW[src]

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