Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma_etm.c49 dma_chan->flags.start_stop_by_etm = false; in gdma_del_etm_task()
110 dma_chan->flags.start_stop_by_etm = true; in gdma_new_etm_task()
Dgdma_priv.h71 uint32_t start_stop_by_etm: 1; // whether the channel is started/stopped by ETM member
Dgdma.c461 …ESP_RETURN_ON_FALSE_ISR(dma_chan->flags.start_stop_by_etm == false, ESP_ERR_INVALID_STATE, TAG, "c… in gdma_start()
483 …ESP_RETURN_ON_FALSE_ISR(dma_chan->flags.start_stop_by_etm == false, ESP_ERR_INVALID_STATE, TAG, "c… in gdma_stop()