Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma.c31 #define SEARCH_REQUEST_TX_CHANNEL (1 << 1) macro
77 …search_code = SEARCH_REQUEST_RX_CHANNEL | SEARCH_REQUEST_TX_CHANNEL; // search for a pair of chann… in gdma_new_channel()
80 search_code |= SEARCH_REQUEST_TX_CHANNEL; // search TX only in gdma_new_channel()
669 pair->occupy_code &= ~SEARCH_REQUEST_TX_CHANNEL; in gdma_del_tx_channel()