summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/beagle/include/beagle-clock-config.h
blob: 18a1d86f75f84dcd0dad6b670b44b3868065ff33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/**
 * @file
 *
 * @ingroup beagle_clock
 *
 * @brief Clock driver configuration.
 */

/*
 * Copyright (c) 2012 Claas Ziemke. All rights reserved.
 *
 *  Claas Ziemke
 *  Kernerstrasse 11
 *  70182 Stuttgart
 *  Germany
 *  <claas.ziemke@gmx.net>
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.com/license/LICENSE.
 */

#ifndef LIBBSP_ARM_BEAGLE_BEAGLE_CLOCK_CONFIG_H
#define LIBBSP_ARM_BEAGLE_BEAGLE_CLOCK_CONFIG_H

#include <bsp.h>
#include <bsp/irq.h>
#include <bsp/beagle.h>

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

/**
 * @defgroup beagle_clock Clock Support
 *
 * @ingroup beagle
 *
 * @brief Clock support.
 *
 * @{
 */

#define BEAGLE_CLOCK_INTERRUPT BEAGLE_IRQ_TIMER_0

#define BEAGLE_CLOCK_TIMER_BASE BEAGLE_BASE_TIMER_0

#define BEAGLE_CLOCK_REFERENCE BEAGLE_PERIPH_CLK

#define BEAGLE_CLOCK_MODULE_ENABLE()

/** @} */

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* LIBBSP_ARM_BEAGLE_BEAGLE_CLOCK_CONFIG_H */