[][src]Function esp_idf_sys::ledc_bind_channel_timer

pub unsafe extern "C" fn ledc_bind_channel_timer(
    speed_mode: ledc_mode_t,
    channel: u32,
    timer_idx: u32
) -> esp_err_t

@brief Bind LEDC channel with the selected timer

@param speed_mode Select the LEDC speed_mode, high-speed mode and low-speed mode @param channel LEDC channel index (0-7), select from ledc_channel_t @param timer_idx LEDC timer index (0-3), select from ledc_timer_t

@return - ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success