From abf2dd1817eb2313b7345f7798205dfb2b4f46f2 Mon Sep 17 00:00:00 2001 From: Linda Date: Mon, 16 Jan 2023 19:05:39 +0800 Subject: [PATCH] update section names of adc_calibration.rst --- docs/en/api-reference/peripherals/adc_calibration.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/api-reference/peripherals/adc_calibration.rst b/docs/en/api-reference/peripherals/adc_calibration.rst index 651151e5b30..e984cb3f1ad 100644 --- a/docs/en/api-reference/peripherals/adc_calibration.rst +++ b/docs/en/api-reference/peripherals/adc_calibration.rst @@ -14,7 +14,6 @@ Functional Overview The following sections of this document cover the typical steps to install and use the ADC calibration driver: - `Calibration Scheme Creation <#calibration-scheme-creation>`__ - covers how to create a calibration scheme handle and delete the calibration scheme handle. -- `Calibration Configuration <#calibration-configuration>`__ - covers how to configure the calibration driver to calculate necessary characteristics used for calibration. - `Result Conversion <#result-conversion>`__ - convers how to convert ADC raw result to calibrated result. - `Thread Safety <#thread-safety>`__ - lists which APIs are guaranteed to be thread safe by the driver. - `Minimize Noise <#minimize-noise>`__ - describes a general way to minimize the noise.