Function esp_idf_hal::sys::mcpwm_del_operator
source ยท pub unsafe extern "C" fn mcpwm_del_operator(
oper: *mut mcpwm_oper_t,
) -> i32
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