Home
last modified time | relevance | path

Searched refs:dmaworkaround_cb_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/driver/include/driver/
Dspi_common_internal.h253 typedef void(*dmaworkaround_cb_t)(void *arg); typedef
278 bool spicommon_dmaworkaround_req_reset(int dmachan, dmaworkaround_cb_t cb, void *arg);
/hal_espressif-2.7.6/components/driver/
Dspi_common.c778 static dmaworkaround_cb_t dmaworkaround_cb;
784 bool IRAM_ATTR spicommon_dmaworkaround_req_reset(int dmachan, dmaworkaround_cb_t cb, void *arg) in spicommon_dmaworkaround_req_reset()