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

Return value

- ESP_OK: Start DMA engine successfully - ESP_ERR_INVALID_ARG: Start DMA engine failed because of invalid argument - ESP_ERR_INVALID_STATE: Start DMA engine failed because of invalid state, e.g. the channel is controlled by ETM, so can't start it manually - ESP_FAIL: Start DMA engine failed because of other error

Notes

This function is allowed to run within ISR context This function is also allowed to run when Cache is disabled, if `CONFIG_GDMA_CTRL_FUNC_IN_IRAM` is enabled

References

from examples