Function esp_idf_sys::dac_oneshot_del_channel

source ยท
pub unsafe extern "C" fn dac_oneshot_del_channel(
    handle: dac_oneshot_handle_t,
) -> esp_err_t
Expand description

@brief Delete the DAC oneshot channel @note The channel will be disabled as well when the channel deleted

@param[in] handle The DAC oneshot channel handle @return - ESP_ERR_INVALID_ARG The input parameter is invalid - ESP_ERR_INVALID_STATE The channel has already been de-registered - ESP_OK Delete the oneshot channel success