Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/driver/
Dgdma.c44 #define SEARCH_REQUEST_TX_CHANNEL (1 << 1) macro
135 …search_code = SEARCH_REQUEST_RX_CHANNEL | SEARCH_REQUEST_TX_CHANNEL; // search for a pair of chann… in gdma_new_channel()
138 search_code |= SEARCH_REQUEST_TX_CHANNEL; // search TX only in gdma_new_channel()
568 pair->occupy_code &= ~SEARCH_REQUEST_TX_CHANNEL; in gdma_del_tx_channel()