pub unsafe extern "C" fn ledc_bind_channel_timer(
    speed_mode: ledc_mode_t,
    channel: ledc_channel_t,
    timer_sel: ledc_timer_t
) -> esp_err_t
Expand description

@brief Bind LEDC channel with the selected timer

@param speed_mode Select the LEDC channel group with specified speed mode. Note that not all targets support high speed mode. @param channel LEDC channel index (0 - LEDC_CHANNEL_MAX-1), select from ledc_channel_t @param timer_sel LEDC timer index (0-3), select from ledc_timer_t

@return - ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success