esp_timer_impl_set_alarm_id() function
Set up the timer interrupt to fire at a particular time for a particular alarm module. If the alarm time is too close in the future, implementation should set the alarm to the earliest time possible.
Arguments
timestamp
time in microseconds when interrupt should fire (relative to boot time, i.e. as returned by esp_timer_impl_get_time)
alarm_id
Id alarm: 0 - alarm_0 for the ESP_TIMER_TASK dispatch method, 1 - alarm_1 for the ESP_TIMER_ISR dispatch method.