pub unsafe extern "C" fn timer_enable_intr(
    group_num: u32,
    timer_num: u32
) -> i32
Expand description

@brief Enable timer interrupt

@param group_num Timer group number, 0 for TIMERG0 or 1 for TIMERG1 @param timer_num Timer index.

@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error