pub unsafe extern "C" fn timer_set_alarm_value(
    group_num: timer_group_t,
    timer_num: timer_idx_t,
    alarm_value: u64
) -> esp_err_t
Expand description

@brief Set timer alarm value.

@param group_num Timer group, 0 for TIMERG0 or 1 for TIMERG1 @param timer_num Timer index, 0 for hw_timer[0] & 1 for hw_timer[1] @param alarm_value A 64-bit value to set the alarm value.

@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error