aboutsummaryrefslogtreecommitdiffstats
path: root/src/gadc
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-03-28 20:18:03 +0100
committerJoel Bodenmann <joel@unormal.org>2014-03-28 20:18:03 +0100
commite9179545afc320e2404d1e2397c50cc71987bd10 (patch)
tree0e6fe26dadbaefb817812510c211b01c65d018c2 /src/gadc
parent08e1b0ebc7a5b9a960994e16710465dfb67f66ee (diff)
downloaduGFX-e9179545afc320e2404d1e2397c50cc71987bd10.tar.gz
uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.tar.bz2
uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.zip
doxygen fixes
Diffstat (limited to 'src/gadc')
-rw-r--r--src/gadc/driver.h6
-rw-r--r--src/gadc/sys_defs.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/gadc/driver.h b/src/gadc/driver.h
index 4145bc4a..450abbd3 100644
--- a/src/gadc/driver.h
+++ b/src/gadc/driver.h
@@ -89,6 +89,8 @@ void gadc_lld_init(void);
*
* @param[in] physdev The hardware dependent physical device descriptor
*
+ * @return ToDo
+ *
* @api
*/
size_t gadc_lld_samplesperconversion(uint32_t physdev);
@@ -122,6 +124,8 @@ void gadc_lld_stop_timerI(void);
* @note This will only be called if the timer is currently running and the ADC should be ready for
* a new job.
*
+ * @param[in] pjob ToDo
+ *
* @api
* @iclass
*/
@@ -132,6 +136,8 @@ void gadc_lld_timerjobI(GadcTimerJob *pjob);
*
* @note This will only be called if the ADC should be ready for a new job.
*
+ * @param[in] pjob ToDo
+ *
* @api
* @iclass
*/
diff --git a/src/gadc/sys_defs.h b/src/gadc/sys_defs.h
index 035fa9ad..b1d1ba1c 100644
--- a/src/gadc/sys_defs.h
+++ b/src/gadc/sys_defs.h
@@ -164,7 +164,7 @@ void gadcHighSpeedSetISRCallback(GADCISRCallbackFunction isrfn);
* @brief Get a filled buffer from the ADC
* @return A GDataBuffer pointer or NULL if the timeout is exceeded
*
- * @params[in] ms The maximum amount of time in milliseconds to wait for data if some is not currently available.
+ * @param[in] ms The maximum amount of time in milliseconds to wait for data if some is not currently available.
*
* @note After processing the data, your application must return the buffer to the free-list so that
* it can be used again. This can be done using @p gfxBufferRelease().