Struct esp32c3::spi2::dma_int_st::DMA_INT_ST_SPEC
source · pub struct DMA_INT_ST_SPEC;
Expand description
SPI DMA interrupt status register
This register you can read
. See API.
For information about available fields see dma_int_st module
Trait Implementations§
source§impl Readable for DMA_INT_ST_SPEC
impl Readable for DMA_INT_ST_SPEC
read()
method returns dma_int_st::R reader structure
source§impl RegisterSpec for DMA_INT_ST_SPEC
impl RegisterSpec for DMA_INT_ST_SPEC
source§impl Resettable for DMA_INT_ST_SPEC
impl Resettable for DMA_INT_ST_SPEC
reset()
method sets DMA_INT_ST to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi2::dma_int_st::DMA_INT_ST_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi2::dma_int_st::DMA_INT_ST_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.