Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma_priv.h57 …int occupy_code; // each bit indicates which channel has been occupied (an occupied cha… member
Dgdma.c107 … if (!(search_code & pair->occupy_code)) { // pair has suitable position for acquired channel(s) in gdma_new_channel()
108 pair->occupy_code |= search_code; in gdma_new_channel()
669 pair->occupy_code &= ~SEARCH_REQUEST_TX_CHANNEL; in gdma_del_tx_channel()
699 pair->occupy_code &= ~SEARCH_REQUEST_RX_CHANNEL; in gdma_del_rx_channel()