lora-car/libopencm3/lib/stm32/common/dcmi_common_f47.c
Arti Zirk 054740c5de git subrepo clone https://github.com/libopencm3/libopencm3.git
subrepo:
  subdir:   "libopencm3"
  merged:   "88e91c9a7cce"
upstream:
  origin:   "https://github.com/libopencm3/libopencm3.git"
  branch:   "master"
  commit:   "88e91c9a7cce"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2023-01-21 21:54:42 +02:00

18 lines
453 B
C

/** @addtogroup dcmi_file DCMI peripheral API
* @ingroup peripheral_apis
* @brief Digital camera interface.
*
* The digital camera is a synchronous parallel interface able to
* receive a high-speed data flow from an external 8-, 10-, 12- or 14-bit
* CMOS camera module.
*
* If the APIs here are insufficient or incomplete, see @ref dcmi_defines
*
* LGPL License Terms @ref lgpl_license
*/
/**@{*/
#include <libopencm3/stm32/dcmi.h>
/**@}*/