summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc32xx/include/bsp/lpc-clock-config.h
blob: 2b676b433ffb01ef4d64f466fe552d35b0830ced (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
59
/**
 * @file
 *
 * @ingroup lpc_clock
 *
 * @brief Clock driver configuration.
 */

/*
 * Copyright (c) 2009
 * embedded brains GmbH
 * Obere Lagerstr. 30
 * D-82178 Puchheim
 * Germany
 * <rtems@embedded-brains.de>
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#ifndef LIBBSP_ARM_LPC32XX_LPC_CLOCK_CONFIG_H
#define LIBBSP_ARM_LPC32XX_LPC_CLOCK_CONFIG_H

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

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

/**
 * @defgroup lpc_clock Clock Support
 *
 * @ingroup lpc
 *
 * @brief Clock support.
 *
 * @{
 */

#define LPC_CLOCK_INTERRUPT LPC32XX_IRQ_TIMER_0

#define LPC_CLOCK_TIMER_BASE LPC32XX_BASE_TIMER_0

#define LPC_CLOCK_TIMECOUNTER_BASE LPC32XX_BASE_TIMER_1

#define LPC_CLOCK_REFERENCE LPC32XX_PERIPH_CLK

#define LPC_CLOCK_MODULE_ENABLE()

/** @} */

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* LIBBSP_ARM_LPC32XX_LPC_CLOCK_CONFIG_H */