libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
rtc_common.c
Go to the documentation of this file.
1/** @addtogroup rtc_file RTC peripheral API
2 * @ingroup peripheral_apis
3 * @brief Real Time Clock helper functions.
4 *
5 * <b>NO</b> helper functions exist. Only header definitions are available.
6 * Delete these lines if/when you add actual helper APIs.
7 * @sa rtc_defines
8 * @copyright See @ref lgpl_license
9 */
10
12
13/**@{*/
14
15/**@}*/
16