esp_timer_impl_init() function
Initialize platform specific layer of esp_timer
Arguments
alarm_handler
function to call on timer interrupt Before calling this function, esp_timer_impl_early_init must be called.
Return value
ESP_OK, ESP_ERR_NO_MEM, or one of the errors from interrupt allocator