git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2174 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2010-09-11 10:21:12 +00:00
parent f9fd465da5
commit d51840a0c7
1 changed files with 6 additions and 0 deletions

View File

@ -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
*/