Searched refs:start_stop_by_etm (Results 1 – 3 of 3) sorted by relevance
49 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()
71 uint32_t start_stop_by_etm: 1; // whether the channel is started/stopped by ETM member
461 …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()