ESP-IDF + 0/10 examples
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: Delete GPTimer successfully - ESP_ERR_INVALID_ARG: Delete GPTimer failed because of invalid argument - ESP_ERR_INVALID_STATE: Delete GPTimer failed because the timer is not in init state - ESP_FAIL: Delete GPTimer failed because of other error

Notes

A timer must be in the "init" state before it can be deleted.

References

from examples