Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Dgdma.c85 …int occupy_code; // each bit indicates which channel has been occupied (an occupied cha… member
168 … if (!(search_code & pair->occupy_code)) { // pair has suitable position for acquired channel(s) in gdma_new_channel()
169 pair->occupy_code |= search_code; in gdma_new_channel()
663 pair->occupy_code &= ~SEARCH_REQUEST_TX_CHANNEL; in gdma_del_tx_channel()
688 pair->occupy_code &= ~SEARCH_REQUEST_RX_CHANNEL; in gdma_del_rx_channel()