Home
last modified time | relevance | path

Searched refs:SPI_DMA_INT_ENA_REG (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/driver/test/dac_dma_test/
Dtest_esp32s2.c250 REG_WRITE(SPI_DMA_INT_ENA_REG(3), 0); in adc_dac_dma_isr_ensure_installed()
313 REG_WRITE(SPI_DMA_INT_ENA_REG(3), int_msk | REG_READ(SPI_DMA_INT_ENA_REG(3))); in adc_dac_dma_linker_start()
350 REG_WRITE(SPI_DMA_INT_ENA_REG(3), 0); in adc_dac_dma_linker_deinit()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dspi_reg.h645 #define SPI_DMA_INT_ENA_REG(i) (REG_SPI_BASE(i) + 0x34) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dspi_reg.h659 #define SPI_DMA_INT_ENA_REG(i) (REG_SPI_BASE(i) + 0x34) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dspi_reg.h831 #define SPI_DMA_INT_ENA_REG(i) (REG_SPI_BASE(i) + 0x34) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h1380 #define SPI_DMA_INT_ENA_REG(i) (REG_SPI_BASE(i) + 0x110) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dspi_reg.h1184 #define SPI_DMA_INT_ENA_REG(i) (REG_SPI_BASE(i) + 0x058) macro