stm32: dcmi: hook up doxygen again
We still need stub .c files as we're using shared common files, so .d tracking doesn't work. It lets us setup basic introductory text anyway, and there will be .c files eventually, so acceptable.
This commit is contained in:
@@ -34,16 +34,13 @@
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/**@{*/
|
||||
/** @cond */
|
||||
#ifndef LIBOPENCM3_STM32_COMMON_DCMI_COMMON_F47_H_
|
||||
/** @endcond */
|
||||
#define LIBOPENCM3_STM32_COMMON_DCMI_COMMON_F47_H_
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <libopencm3/cm3/common.h>
|
||||
#include <libopencm3/stm32/memorymap.h>
|
||||
|
||||
/**@{*/
|
||||
|
||||
/**
|
||||
* DCMI control register 1
|
||||
*/
|
||||
@@ -239,8 +236,4 @@
|
||||
*/
|
||||
#define DCMI_DR MMIO32(DCMI_BASE + 0x28U)
|
||||
|
||||
/** @cond */
|
||||
#endif /* LIBOPENCM3_STM32_COMMON_DCMI_COMMON_F47_H_ */
|
||||
/** @endcond */
|
||||
/**@}*/
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
|
||||
/*
|
||||
* STM32F7 DCMI Defines
|
||||
* Copyright (C) 2020, Smolyaninov Nikolay <smolin35@gmail.org>
|
||||
*
|
||||
* This file is part of the libopencm3 project.
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
|
||||
|
||||
/*
|
||||
* STM32F7 DCMI Defines
|
||||
* Copyright (C) 2020, Smolyaninov Nikolay <smolin35@gmail.org>
|
||||
*
|
||||
* This file is part of the libopencm3 project.
|
||||
@@ -38,8 +37,6 @@
|
||||
|
||||
#include <libopencm3/stm32/common/dcmi_common_f47.h>
|
||||
|
||||
/**@{*/
|
||||
|
||||
/**
|
||||
* @defgroup dcmi_cr_values DCMI_CR Values
|
||||
* @ingroup dcmi_defines
|
||||
|
||||
Reference in New Issue
Block a user