Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dspi_ll.h226 hw->dma_conf.buf_afifo_rst = 1; in spi_ll_cpu_tx_fifo_reset()
227 hw->dma_conf.buf_afifo_rst = 0; in spi_ll_cpu_tx_fifo_reset()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dspi_ll.h222 hw->dma_conf.buf_afifo_rst = 1; in spi_ll_cpu_tx_fifo_reset()
223 hw->dma_conf.buf_afifo_rst = 0; in spi_ll_cpu_tx_fifo_reset()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dspi_ll.h224 hw->dma_conf.buf_afifo_rst = 1; in spi_ll_cpu_tx_fifo_reset()
225 hw->dma_conf.buf_afifo_rst = 0; in spi_ll_cpu_tx_fifo_reset()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dspi_struct.h190 …uint32_t buf_afifo_rst : 1; /*Set this bit to reset BUF TX AFIFO, which is use… member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dspi_struct.h193 …uint32_t buf_afifo_rst: 1; /*Set this bit to reset BUF TX AFIFO which is … member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dspi_struct.h212 …uint32_t buf_afifo_rst : 1; /*Set this bit to reset BUF TX AFIFO, which is use… member