[][src]Function esp_idf_sys::mcpwm_carrier_oneshot_mode_disable

pub unsafe extern "C" fn mcpwm_carrier_oneshot_mode_disable(
    mcpwm_num: mcpwm_unit_t,
    timer_num: mcpwm_timer_t
) -> esp_err_t

@brief Disable oneshot mode, width of first pulse = carrier period

@param mcpwm_num set MCPWM unit(0-1) @param timer_num set timer number(0-2) of MCPWM, each MCPWM unit has 3 timers

@return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error