Function esp_idf_sys::dac_cosine_stop

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

@brief Stop outputting the cosine wave on the channel

@param[in] handle The DAC cosine wave channel handle @return - ESP_ERR_INVALID_ARG The input parameter is invalid - ESP_ERR_INVALID_STATE The channel has been stopped already - ESP_OK Stop the cosine wave success