pub unsafe extern "C" fn ledc_bind_channel_timer(
    speed_mode: u32,
    channel: u32,
    timer_sel: u32
) -> i32
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