doc: efm32: dma: tag headers properly

This commit is contained in:
Karl Palsson 2019-06-25 09:27:42 +00:00
parent 8d80db0319
commit 46514e75c0
4 changed files with 33 additions and 16 deletions

View File

@ -1,3 +1,5 @@
/** @addtogroup dma_defines
*/
/* /*
* This file is part of the libopencm3 project. * This file is part of the libopencm3 project.
* *
@ -17,12 +19,13 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBOPENCM3_EFM32_DMA_H #pragma once
#define LIBOPENCM3_EFM32_DMA_H
#include <libopencm3/efm32/memorymap.h> #include <libopencm3/efm32/memorymap.h>
#include <libopencm3/cm3/common.h> #include <libopencm3/cm3/common.h>
/**@{*/
/* /*
* As per the datasheet, it is an PL230 (licenced from ARM) * As per the datasheet, it is an PL230 (licenced from ARM)
* note: but only implement 12 channel (PL230 can have upto 32 channels) * note: but only implement 12 channel (PL230 can have upto 32 channels)
@ -908,5 +911,4 @@ void dma_desc_set_mode(uint32_t desc_base, enum dma_ch ch, enum dma_mode mode);
END_DECLS END_DECLS
#endif /**@}*/

View File

@ -1,3 +1,11 @@
/** @defgroup dma_defines DMA Defines
*
* @brief <b>Defined Constants and Types for the DMA module</b>
*
* @ingroup EZR32WG_defines
*
* LGPL License Terms @ref lgpl_license
*/
/* /*
* This file is part of the libopencm3 project. * This file is part of the libopencm3 project.
* *
@ -17,9 +25,6 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBOPENCM3_EFM32_EZR32WG_DMA_H #pragma once
#define LIBOPENCM3_EFM32_EZR32WG_DMA_H
#include <libopencm3/efm32/common/dma_common.h> #include <libopencm3/efm32/common/dma_common.h>
#endif

View File

@ -1,3 +1,11 @@
/** @defgroup dma_defines DMA Defines
*
* @brief <b>Defined Constants and Types for the DMA module</b>
*
* @ingroup EFM32LG_defines
*
* LGPL License Terms @ref lgpl_license
*/
/* /*
* This file is part of the libopencm3 project. * This file is part of the libopencm3 project.
* *
@ -17,9 +25,6 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBOPENCM3_EFM32_LG_DMA_H #pragma once
#define LIBOPENCM3_EFM32_LG_DMA_H
#include <libopencm3/efm32/common/dma_common.h> #include <libopencm3/efm32/common/dma_common.h>
#endif

View File

@ -1,3 +1,11 @@
/** @defgroup dma_defines DMA Defines
*
* @brief <b>Defined Constants and Types for the DMA module</b>
*
* @ingroup EFM32WG_defines
*
* LGPL License Terms @ref lgpl_license
*/
/* /*
* This file is part of the libopencm3 project. * This file is part of the libopencm3 project.
* *
@ -17,9 +25,6 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBOPENCM3_EFM32_WG_DMA_H #pragma once
#define LIBOPENCM3_EFM32_WG_DMA_H
#include <libopencm3/efm32/common/dma_common.h> #include <libopencm3/efm32/common/dma_common.h>
#endif