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

Return value

- ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error

Notes

The created ETM event object can be deleted later using esp_etm_del_event() The ETM event is generated by the underlying hardware - systimer; therefore, if the esp_timer is not clocked by systimer, then no ETM event will be generated.

References

from examples