Function esp_idf_sys::dac_continuous_enable
source · pub unsafe extern "C" fn dac_continuous_enable(
handle: dac_continuous_handle_t,
) -> esp_err_t
Expand description
@brief Enabled the DAC continuous mode @note Must enable the channels before
@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 been enabled already - ESP_OK Enable the continuous output success