Struct esp32c2_hal::pac::spi2::dma_int_ena::R
pub struct R(_);
Expand description
Register DMA_INT_ENA
reader
Implementations
impl R
impl R
pub fn dma_infifo_full_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn dma_infifo_full_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - The enable bit for SPI_DMA_INFIFO_FULL_ERR_INT interrupt.
pub fn dma_outfifo_empty_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn dma_outfifo_empty_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - The enable bit for SPI_DMA_OUTFIFO_EMPTY_ERR_INT interrupt.
pub fn slv_ex_qpi_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_ex_qpi_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - The enable bit for SPI slave Ex_QPI interrupt.
pub fn slv_en_qpi_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_en_qpi_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - The enable bit for SPI slave En_QPI interrupt.
pub fn slv_cmd7_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_cmd7_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - The enable bit for SPI slave CMD7 interrupt.
pub fn slv_cmd8_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_cmd8_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - The enable bit for SPI slave CMD8 interrupt.
pub fn slv_cmd9_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_cmd9_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - The enable bit for SPI slave CMD9 interrupt.
pub fn slv_cmda_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_cmda_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - The enable bit for SPI slave CMDA interrupt.
pub fn slv_rd_dma_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_rd_dma_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - The enable bit for SPI_SLV_RD_DMA_DONE_INT interrupt.
pub fn slv_wr_dma_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_wr_dma_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 9 - The enable bit for SPI_SLV_WR_DMA_DONE_INT interrupt.
pub fn slv_rd_buf_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_rd_buf_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 10 - The enable bit for SPI_SLV_RD_BUF_DONE_INT interrupt.
pub fn slv_wr_buf_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_wr_buf_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 11 - The enable bit for SPI_SLV_WR_BUF_DONE_INT interrupt.
pub fn trans_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn trans_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 12 - The enable bit for SPI_TRANS_DONE_INT interrupt.
pub fn dma_seg_trans_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn dma_seg_trans_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 13 - The enable bit for SPI_DMA_SEG_TRANS_DONE_INT interrupt.
pub fn seg_magic_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn seg_magic_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 14 - The enable bit for SPI_SEG_MAGIC_ERR_INT interrupt.
pub fn slv_buf_addr_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_buf_addr_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 15 - The enable bit for SPI_SLV_BUF_ADDR_ERR_INT interrupt.
pub fn slv_cmd_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn slv_cmd_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 16 - The enable bit for SPI_SLV_CMD_ERR_INT interrupt.
pub fn mst_rx_afifo_wfull_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn mst_rx_afifo_wfull_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 17 - The enable bit for SPI_MST_RX_AFIFO_WFULL_ERR_INT interrupt.
pub fn mst_tx_afifo_rempty_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn mst_tx_afifo_rempty_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 18 - The enable bit for SPI_MST_TX_AFIFO_REMPTY_ERR_INT interrupt.
pub fn app2_int_ena(&self) -> BitReaderRaw<bool>
pub fn app2_int_ena(&self) -> BitReaderRaw<bool>
Bit 19 - The enable bit for SPI_APP2_INT interrupt.
pub fn app1_int_ena(&self) -> BitReaderRaw<bool>
pub fn app1_int_ena(&self) -> BitReaderRaw<bool>
Bit 20 - The enable bit for SPI_APP1_INT interrupt.
Methods from Deref<Target = R<DMA_INT_ENA_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.