libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
f4/lptimer.h
Go to the documentation of this file.
1/** @defgroup lptimer_defines LPTIM Defines
2 *
3 * @ingroup STM32F4xx_defines
4 *
5 * @brief <b>libopencm3 Defined Constants and Types for the STM32F4xx Low Power Timer</b>
6 *
7 * @version 1.0.0
8 *
9 * LGPL License Terms @ref lgpl_license
10 * */
11/*
12 * This file is part of the libopencm3 project.
13 *
14 * Copyright (C) 2019 Guillaume Revaillot <g.revaillot@gmail.com>
15 *
16 * This library is free software: you can redistribute it and/or modify
17 * it under the terms of the GNU Lesser General Public License as published by
18 * the Free Software Foundation, either version 3 of the License, or
19 * (at your option) any later version.
20 *
21 * This library is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU Lesser General Public License for more details.
25 *
26 * You should have received a copy of the GNU Lesser General Public License
27 * along with this library. If not, see <http://www.gnu.org/licenses/>.
28 */
29
30#ifndef LIBOPENCM3_LPTIMER_H
31#define LIBOPENCM3_LPTIMER_H
32/**@{*/
33
35
36/** @defgroup lptim_reg_base Low Power Timer register base addresses
37@{*/
38#define LPTIM1 LPTIM1_BASE
39/**@}*/
40
42
44
45/**@}*/
46#endif
#define END_DECLS
Definition: common.h:34
#define BEGIN_DECLS
Definition: common.h:33