Struct esp32s3::spi2::dma_int_raw::DMA_INT_RAW_SPEC
source · pub struct DMA_INT_RAW_SPEC;
Expand description
SPI interrupt raw register
This register you can read
. See API.
For information about available fields see dma_int_raw module
Trait Implementations§
source§impl Readable for DMA_INT_RAW_SPEC
impl Readable for DMA_INT_RAW_SPEC
read()
method returns dma_int_raw::R reader structure
source§impl RegisterSpec for DMA_INT_RAW_SPEC
impl RegisterSpec for DMA_INT_RAW_SPEC
source§impl Resettable for DMA_INT_RAW_SPEC
impl Resettable for DMA_INT_RAW_SPEC
reset()
method sets DMA_INT_RAW to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi2::dma_int_raw::DMA_INT_RAW_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi2::dma_int_raw::DMA_INT_RAW_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.