esp_timer_new_etm_alarm_event() function
Get the ETM event handle of esp_timer underlying alarm event
Arguments
out_event
Returned ETM event handle
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.