From 2891f7d645c4be187ac96ee4011207531d25c34a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 4 Oct 2010 17:16:18 +0000 Subject: Documentation improvements, fixed a small error in the STM32 serial driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2234 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/stm32_dma.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'os/hal/platforms/STM32/stm32_dma.c') diff --git a/os/hal/platforms/STM32/stm32_dma.c b/os/hal/platforms/STM32/stm32_dma.c index 5a24f45b2..995e33a12 100644 --- a/os/hal/platforms/STM32/stm32_dma.c +++ b/os/hal/platforms/STM32/stm32_dma.c @@ -54,6 +54,8 @@ static cnt_t dmacnt2; /** * @brief STM32 DMA helper initialization. + * + * @init */ void dmaInit(void) { int i; @@ -74,6 +76,8 @@ void dmaInit(void) { * @brief Enables the specified DMA controller clock. * * @param[in] dma the DMA controller id + * + * @api */ void dmaEnable(uint32_t dma) { @@ -99,6 +103,8 @@ void dmaEnable(uint32_t dma) { * @brief Disables the specified DMA controller clock. * * @param[in] dma the DMA controller id + * + * @api */ void dmaDisable(uint32_t dma) { -- cgit v1.2.3