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

Return value

- ESP_OK: Allocate ETM channel successfully - ESP_ERR_INVALID_ARG: Allocate ETM channel failed because of invalid argument - ESP_ERR_NO_MEM: Allocate ETM channel failed because of out of memory - ESP_ERR_NOT_FOUND: Allocate ETM channel failed because all channels are used up and no more free one - ESP_FAIL: Allocate ETM channel failed because of other reasons

Notes

The channel can later be freed by `esp_etm_del_channel`

References

from 0/1 examples