esp_etm_del_task() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: Delete ETM task successfully - ESP_ERR_INVALID_ARG: Delete ETM task failed because of invalid argument - ESP_FAIL: Delete ETM task failed because of other reasons

Notes

Although the ETM task comes from various peripherals, we provide the same user API to delete the task handle seamlessly.

References