From d51840a0c799be3b684c5b379f4015475096b6b1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 11 Sep 2010 10:21:12 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2174 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/adc.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/os/hal/src/adc.c b/os/hal/src/adc.c index 4eafafac4..23b096f3e 100644 --- a/os/hal/src/adc.c +++ b/os/hal/src/adc.c @@ -209,6 +209,9 @@ bool_t adcStartConversionI(ADCDriver *adcp, /** * @brief Stops an ongoing conversion. + * @details This function stops the currently ongoing conversion and returns + * the driver in the @p ADC_READY state. If there was no conversion + * being processed then the function does nothing. * * @param[in] adcp pointer to the @p ADCDriver object */ @@ -236,6 +239,9 @@ void adcStopConversion(ADCDriver *adcp) { /** * @brief Stops an ongoing conversion. + * @details This function stops the currently ongoing conversion and returns + * the driver in the @p ADC_READY state. If there was no conversion + * being processed then the function does nothing. * * @param[in] adcp pointer to the @p ADCDriver object */ -- cgit v1.2.3