Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c921 static volatile int dmaworkaround_channels_busy[2] = {0, 0}; variable
933 if (dmaworkaround_channels_busy[otherchan-1]) { in spicommon_dmaworkaround_req_reset()
956 dmaworkaround_channels_busy[dmachan-1] = 0; in spicommon_dmaworkaround_idle()
971 dmaworkaround_channels_busy[dmachan-1] = 1; in spicommon_dmaworkaround_transfer_active()