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