Home
last modified time | relevance | path

Searched refs:SPI_DMA_IN_LINK_REG (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/driver/test/dac_dma_test/
Dtest_esp32s2.c315 REG_SET_BIT(SPI_DMA_IN_LINK_REG(3), SPI_INLINK_STOP); in adc_dac_dma_linker_start()
316 REG_CLR_BIT(SPI_DMA_IN_LINK_REG(3), SPI_INLINK_START); in adc_dac_dma_linker_start()
317 SET_PERI_REG_BITS(SPI_DMA_IN_LINK_REG(3), SPI_INLINK_ADDR, (uint32_t)dma_addr, 0); in adc_dac_dma_linker_start()
320 REG_CLR_BIT(SPI_DMA_IN_LINK_REG(3), SPI_INLINK_STOP); in adc_dac_dma_linker_start()
321 REG_SET_BIT(SPI_DMA_IN_LINK_REG(3), SPI_INLINK_START); in adc_dac_dma_linker_start()
337 REG_SET_BIT(SPI_DMA_IN_LINK_REG(3), SPI_INLINK_STOP); in adc_dac_dma_linker_stop()
338 REG_CLR_BIT(SPI_DMA_IN_LINK_REG(3), SPI_INLINK_START); in adc_dac_dma_linker_stop()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h1333 #define SPI_DMA_IN_LINK_REG(i) (REG_SPI_BASE(i) + 0x108) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dspi_reg.h1145 #define SPI_DMA_IN_LINK_REG(i) (REG_SPI_BASE(i) + 0x054) macro