diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-08-14 14:15:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-08-14 14:15:44 +0000 |
commit | c36b827d05fef72a986d8b68f14ef043eb1fc895 (patch) | |
tree | 91c37ce1bd473fcee2f6ae3a19e34b27dc2c5987 /os/hal | |
parent | a3723f272967b68058f2247cb7abc72655cd4c85 (diff) | |
download | ChibiOS-c36b827d05fef72a986d8b68f14ef043eb1fc895.tar.gz ChibiOS-c36b827d05fef72a986d8b68f14ef043eb1fc895.tar.bz2 ChibiOS-c36b827d05fef72a986d8b68f14ef043eb1fc895.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2130 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32/adc_lld.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/adc_lld.h b/os/hal/platforms/STM32/adc_lld.h index b63466250..2a91c9b4d 100644 --- a/os/hal/platforms/STM32/adc_lld.h +++ b/os/hal/platforms/STM32/adc_lld.h @@ -126,6 +126,9 @@ typedef void (*adccallback_t)(adcsample_t *buffer, size_t n); * @brief Conversion group configuration structure.
* @details This implementation-dependent structure describes a conversion
* operation.
+ * @note The use of this configuration structure requires knowledge of
+ * STM32 ADC cell registers interface, please refer to the STM32
+ * reference manual for details.
*/
typedef struct {
/**
|