libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
hg/timer.h
Go to the documentation of this file.
1
/** @defgroup timer_defines TIMER Defines
2
*
3
* @brief <b>Defined Constants and Types for the TIMER module</b>
4
*
5
* @ingroup EFM32HG_defines
6
*
7
* LGPL License Terms @ref lgpl_license
8
*/
9
/*
10
* This file is part of the libopencm3 project.
11
*
12
* This library is free software: you can redistribute it and/or modify
13
* it under the terms of the GNU Lesser General Public License as published by
14
* the Free Software Foundation, either version 3 of the License, or
15
* (at your option) any later version.
16
*
17
* This library is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
* GNU Lesser General Public License for more details.
21
*
22
* You should have received a copy of the GNU Lesser General Public License
23
* along with this library. If not, see <http://www.gnu.org/licenses/>.
24
*/
25
26
#pragma once
27
28
#include <
libopencm3/efm32/common/timer_common.h
>
29
30
/* efm32hg specific registers */
31
32
/* TIMER_ROUTE */
33
#define TIMER_ROUTE_LOCATION_LOC6 TIMER_ROUTE_LOCATION_LOCx(6)
34
35
/* TIMER_CCx_CTRL */
36
#define TIMER_CC_CTRL_PRSCONF (1 << 28)
timer_common.h
include
libopencm3
efm32
hg
timer.h
Generated on Tue Mar 7 2023 16:12:32 for libopencm3 by
1.9.4