]> git.donarmstrong.com Git - qmk_firmware.git/blob - tool/mbed/mbed-sdk/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC15XX/PeripheralNames.h
Squashed 'tmk_core/' changes from 7967731..b9e0ea0
[qmk_firmware.git] / tool / mbed / mbed-sdk / libraries / mbed / targets / hal / TARGET_NXP / TARGET_LPC15XX / PeripheralNames.h
1 /* mbed Microcontroller Library
2  * Copyright (c) 2006-2013 ARM Limited
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 #ifndef MBED_PERIPHERALNAMES_H
17 #define MBED_PERIPHERALNAMES_H
18
19 #include "cmsis.h"
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 typedef enum {
26     ADC0_0 = 0,
27     ADC0_1,
28     ADC0_2,
29     ADC0_3,
30     ADC0_4,
31     ADC0_5,
32     ADC0_6,
33     ADC0_7,
34     ADC0_8,
35     ADC0_9,
36     ADC0_10,
37     ADC0_11,
38     ADC1_0,
39     ADC1_1,
40     ADC1_2,
41     ADC1_3,
42     ADC1_4,
43     ADC1_5,
44     ADC1_6,
45     ADC1_7,
46     ADC1_8,
47     ADC1_9,
48     ADC1_10,
49     ADC1_11,
50 } ADCName;
51
52 typedef enum {
53     DAC0_0 = 0,
54 } DACName;
55
56 #ifdef __cplusplus
57 }
58 #endif
59
60 #endif