pub unsafe extern "C" fn mcpwm_del_operator(
    oper: mcpwm_oper_handle_t
) -> esp_err_t
Expand description

@brief Delete MCPWM operator

@param[in] oper MCPWM operator, allocated by mcpwm_new_operator() @return - ESP_OK: Delete MCPWM operator successfully - ESP_ERR_INVALID_ARG: Delete MCPWM operator failed because of invalid argument - ESP_FAIL: Delete MCPWM operator failed because of other error