Function esp_idf_sys::dac_continuous_del_channels

source ·
pub unsafe extern "C" fn dac_continuous_del_channels(
    handle: dac_continuous_handle_t,
) -> esp_err_t
Expand description

@brief Delete the DAC continuous handle

@param[in] handle The DAC continuous channel handle that obtained from ‘dac_continuous_new_channels’ @return - ESP_ERR_INVALID_ARG The input parameter is invalid - ESP_ERR_INVALID_STATE The channels have already been deregistered or not disabled - ESP_OK Delete the continuous channels success