doc: efm32: prs: properly tag for doxygen
This commit is contained in:
parent
46514e75c0
commit
aa99aba7d3
@ -1,3 +1,5 @@
|
|||||||
|
/** @addtogroup prs_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_PRS_H
|
#pragma once
|
||||||
#define LIBOPENCM3_EFM32_PRS_H
|
|
||||||
|
|
||||||
#include <libopencm3/cm3/common.h>
|
#include <libopencm3/cm3/common.h>
|
||||||
#include <libopencm3/efm32/memorymap.h>
|
#include <libopencm3/efm32/memorymap.h>
|
||||||
|
|
||||||
|
/**@{*/
|
||||||
|
|
||||||
#define PRS_SWPULSE MMIO32(PRS_BASE + 0x000)
|
#define PRS_SWPULSE MMIO32(PRS_BASE + 0x000)
|
||||||
#define PRS_SWLEVEL MMIO32(PRS_BASE + 0x004)
|
#define PRS_SWLEVEL MMIO32(PRS_BASE + 0x004)
|
||||||
#define PRS_ROUTE MMIO32(PRS_BASE + 0x008)
|
#define PRS_ROUTE MMIO32(PRS_BASE + 0x008)
|
||||||
@ -359,5 +362,4 @@ void prs_set_signal(enum prs_ch ch, uint32_t sig);
|
|||||||
|
|
||||||
END_DECLS
|
END_DECLS
|
||||||
|
|
||||||
#endif
|
/**@}*/
|
||||||
|
|
@ -1,3 +1,11 @@
|
|||||||
|
/** @defgroup prs_defines PRS Defines
|
||||||
|
*
|
||||||
|
* @brief <b>Defined Constants and Types for the Peripheral Reflex System</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_PRS_H
|
#pragma once
|
||||||
#define LIBOPENCM3_EFM32_EZR32WG_PRS_H
|
|
||||||
|
|
||||||
#include <libopencm3/efm32/common/prs_common.h>
|
#include <libopencm3/efm32/common/prs_common.h>
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
/** @defgroup prs_defines PRS Defines
|
||||||
|
*
|
||||||
|
* @brief <b>Defined Constants and Types for the Peripheral Reflex System</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_PRS_H
|
#pragma once
|
||||||
#define LIBOPENCM3_EFM32_LG_PRS_H
|
|
||||||
|
|
||||||
#include <libopencm3/efm32/common/prs_common.h>
|
#include <libopencm3/efm32/common/prs_common.h>
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
/** @defgroup prs_defines PRS Defines
|
||||||
|
*
|
||||||
|
* @brief <b>Defined Constants and Types for the Peripheral Reflex System</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_PRS_H
|
#pragma once
|
||||||
#define LIBOPENCM3_EFM32_WG_PRS_H
|
|
||||||
|
|
||||||
#include <libopencm3/efm32/common/prs_common.h>
|
#include <libopencm3/efm32/common/prs_common.h>
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user