aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/adc_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-07 13:37:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-07 13:37:22 +0000
commit18b825ef0cd7ad3eed9e76310d94178eb27307d5 (patch)
treec5a488a3a376bc800cf2458b558b4f467a3d1300 /os/hal/templates/adc_lld.h
parentbeb42840f67fc88fb1d6ec1114684ca80bdbd9ef (diff)
downloadChibiOS-18b825ef0cd7ad3eed9e76310d94178eb27307d5.tar.gz
ChibiOS-18b825ef0cd7ad3eed9e76310d94178eb27307d5.tar.bz2
ChibiOS-18b825ef0cd7ad3eed9e76310d94178eb27307d5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2167 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/adc_lld.h')
-rw-r--r--os/hal/templates/adc_lld.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/templates/adc_lld.h b/os/hal/templates/adc_lld.h
index a36fc205f..d969b24e0 100644
--- a/os/hal/templates/adc_lld.h
+++ b/os/hal/templates/adc_lld.h
@@ -72,6 +72,8 @@ 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 Implementations may extend this structure to contain more,
+ * architecture dependent, fields.
*/
typedef struct {
/**
@@ -87,6 +89,8 @@ typedef struct {
/**
* @brief Driver configuration structure.
+ * @note Implementations may extend this structure to contain more,
+ * architecture dependent, fields.
* @note It could be empty on some architectures.
*/
typedef struct {
@@ -95,6 +99,8 @@ typedef struct {
/**
* @brief Structure representing an ADC driver.
+ * @note Implementations may extend this structure to contain more,
+ * architecture dependent, fields.
*/
typedef struct {
/**