Function esp_idf_hal::sys::timer_start

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

@brief Start the counter of hardware timer.

@param group_num Timer group number, 0 for TIMERG0 or 1 for TIMERG1 @param timer_num Timer index, 0 for hw_timer[0] & 1 for hw_timer[1]

@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error