Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/include/esp_private/
Dspi_common_internal.h272 bool spicommon_dmaworkaround_req_reset(int dmachan, dmaworkaround_cb_t cb, void *arg);
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave.c469spicommon_dmaworkaround_req_reset(host->tx_dma_chan, spi_slave_restart_after_dmareset, host); in spi_intr()
Dspi_common.c927 bool IRAM_ATTR spicommon_dmaworkaround_req_reset(int dmachan, dmaworkaround_cb_t cb, void *arg) in spicommon_dmaworkaround_req_reset() function