Function esp_idf_hal::sys::timer_get_config
source ยท pub unsafe extern "C" fn timer_get_config(
group_num: u32,
timer_num: u32,
config: *mut timer_config_t,
) -> i32
Expand description
@brief Get timer configure value.
@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] @param config Pointer of struct to accept timer parameters.
@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error