doc: efm32: dac: enable peripheral_apis documentation
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/** @defgroup dac_defines DAC Defines
|
||||
*
|
||||
* @brief <b>Defined Constants and Types for the D/A Converter module</b>
|
||||
*
|
||||
* @ingroup EZR32WG_defines
|
||||
*
|
||||
* LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
/*
|
||||
* This file is part of the libopencm3 project.
|
||||
*
|
||||
@@ -17,9 +25,6 @@
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBOPENCM3_EFM32_EZR32WG_DAC_H
|
||||
#define LIBOPENCM3_EFM32_EZR32WG_DAC_H
|
||||
#pragma once
|
||||
|
||||
#include <libopencm3/efm32/common/dac_common.h>
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/** @defgroup dac_defines DAC Defines
|
||||
*
|
||||
* @brief <b>Defined Constants and Types for the D/A Converter module</b>
|
||||
*
|
||||
* @ingroup EFM32LG_defines
|
||||
*
|
||||
* LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
/*
|
||||
* This file is part of the libopencm3 project.
|
||||
*
|
||||
@@ -17,9 +25,6 @@
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBOPENCM3_EFM32_LG_DAC_H
|
||||
#define LIBOPENCM3_EFM32_LG_DAC_H
|
||||
#pragma once
|
||||
|
||||
#include <libopencm3/efm32/common/dac_common.h>
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/** @defgroup dac_defines DAC Defines
|
||||
*
|
||||
* @brief <b>Defined Constants and Types for the D/A Converter module</b>
|
||||
*
|
||||
* @ingroup EFM32WG_defines
|
||||
*
|
||||
* LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
/*
|
||||
* This file is part of the libopencm3 project.
|
||||
*
|
||||
@@ -17,9 +25,6 @@
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBOPENCM3_EFM32_WG_DAC_H
|
||||
#define LIBOPENCM3_EFM32_WG_DAC_H
|
||||
#pragma once
|
||||
|
||||
#include <libopencm3/efm32/common/dac_common.h>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user