aboutsummaryrefslogtreecommitdiffstats
path: root/include/gadc/lld/gadc_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gadc/lld/gadc_lld.h')
-rw-r--r--include/gadc/lld/gadc_lld.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/gadc/lld/gadc_lld.h b/include/gadc/lld/gadc_lld.h
index f9cc8b47..d32928c1 100644
--- a/include/gadc/lld/gadc_lld.h
+++ b/include/gadc/lld/gadc_lld.h
@@ -103,11 +103,12 @@ void gadc_lld_init(void);
* @brief Get the number of samples in a conversion.
* @details Calculates and returns the number of samples per conversion for the specified physdev.
*
- * @param[in] physdev A value passed to describe which physical ADC devices/channels to use.
- *
* @note A physdev describing a mono device would return 1, a stereo device would return 2.
* For most ADC's physdev is a bitmap so it is only a matter of counting the bits.
*
+ * @param[in] physdev A value passed to describe which physical ADC devices/channels to use.
+ *
+ * @return Number of samples of the convesion
* @api
*/
size_t gadc_lld_samples_per_conversion(uint32_t physdev);