Function esp_idf_sys::dac_cw_generator_config

source ยท
pub unsafe extern "C" fn dac_cw_generator_config(
    cw: *mut dac_cw_config_t,
) -> esp_err_t
Expand description

@brief Config the cosine wave generator function in DAC module.

@param cw Configuration. @return - ESP_OK success - ESP_ERR_INVALID_ARG The parameter is NULL.