libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
dcmi_common_f47.c
Go to the documentation of this file.
1/** @addtogroup dcmi_file DCMI peripheral API
2 * @ingroup peripheral_apis
3 * @brief Digital camera interface.
4 *
5 * The digital camera is a synchronous parallel interface able to
6 * receive a high-speed data flow from an external 8-, 10-, 12- or 14-bit
7 * CMOS camera module.
8 *
9 * If the APIs here are insufficient or incomplete, see @ref dcmi_defines
10 *
11 * LGPL License Terms @ref lgpl_license
12 */
13
14/**@{*/
15
17
18/**@}*/