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

Return value

- ESP_OK: Enable ETM channel successfully - ESP_ERR_INVALID_ARG: Enable ETM channel failed because of invalid argument - ESP_ERR_INVALID_STATE: Enable ETM channel failed because the channel has been enabled already - ESP_FAIL: Enable ETM channel failed because of other reasons

Notes

This function will transit the channel state from init to enable.

References

from 0/1 examples