pub unsafe extern "C" fn mcpwm_del_fault(
    fault: mcpwm_fault_handle_t
) -> esp_err_t
Expand description

@brief Delete MCPWM fault

@param[in] fault MCPWM fault handle allocated by mcpwm_new_gpio_fault() or mcpwm_new_soft_fault() @return - ESP_OK: Delete MCPWM fault successfully - ESP_ERR_INVALID_ARG: Delete MCPWM fault failed because of invalid argument - ESP_FAIL: Delete MCPWM fault failed because of other error