[][src]Function esp_idf_sys::touch_pad_set_filter_period

pub unsafe extern "C" fn touch_pad_set_filter_period(
    new_period_ms: u32
) -> esp_err_t

@brief set touch pad filter calibration period, in ms. Need to call touch_pad_filter_start before all touch filter APIs @param new_period_ms filter period, in ms @return - ESP_OK Success - ESP_ERR_INVALID_STATE driver state error - ESP_ERR_INVALID_ARG parameter error