Function esp_idf_hal::sys::ledc_timer_pause
source ยท pub unsafe extern "C" fn ledc_timer_pause(
speed_mode: u32,
timer_sel: u32,
) -> i32
Expand description
@brief Pause LEDC timer counter
@param speed_mode Select the LEDC channel group with specified speed mode. Note that not all targets support high speed mode. @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
@return - ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success