aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/dma.h
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-04-12 00:08:54 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-04-12 00:08:54 -0400
commit7b14b950363f707c40732b4387f2f50711907673 (patch)
tree3833be4ef90981e72c9b4bf1bb848fc12b3bf783 /libmaple/dma.h
parentd3949203fe053249d35e0c4125f3ed21818e8c32 (diff)
downloadlibrambutan-7b14b950363f707c40732b4387f2f50711907673.tar.gz
librambutan-7b14b950363f707c40732b4387f2f50711907673.zip
Doxygen bugfixes.
Fixed various Doxygen comment errors.
Diffstat (limited to 'libmaple/dma.h')
-rw-r--r--libmaple/dma.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmaple/dma.h b/libmaple/dma.h
index c763672..7c380d0 100644
--- a/libmaple/dma.h
+++ b/libmaple/dma.h
@@ -417,6 +417,8 @@ static inline uint8 dma_is_channel_enabled(dma_dev *dev, dma_channel channel) {
* If you're attempting to figure out why a DMA interrupt fired; you
* may find dma_get_irq_cause() more convenient.
*
+ * @param dev DMA device
+ * @param channel Channel whose ISR bits to return.
* @see dma_get_irq_cause().
*/
static inline uint8 dma_get_isr_bits(dma_dev *dev, dma_channel channel) {
@@ -430,6 +432,8 @@ static inline uint8 dma_get_isr_bits(dma_dev *dev, dma_channel channel) {
* If you're attempting to clean up after yourself in a DMA interrupt,
* you may find dma_get_irq_cause() more convenient.
*
+ * @param dev DMA device
+ * @param channel Channel whose ISR bits to clear.
* @see dma_get_irq_cause()
*/
static inline void dma_clear_isr_bits(dma_dev *dev, dma_channel channel) {