ESP-IDF + 0/1 examples
SourceVu will show references to gdma_connect() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: Connect GDMA channel successfully - ESP_ERR_INVALID_ARG: Connect GDMA channel failed because of invalid argument - ESP_ERR_INVALID_STATE: Connect GDMA channel failed because DMA channel is working with another peripheral - ESP_FAIL: Connect GDMA channel failed because of other error

Notes

Suggest to use helper macro `GDMA_MAKE_TRIGGER` to construct parameter `trig_periph`. e.g. GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_SHA,0) Connecting to a peripheral will also reset the DMA FIFO and FSM automatically

References

from examples