The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
mbed 2
This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.
TARGET_LPC812/TOOLCHAIN_IAR/PortNames.h@171:3a7713b1edbc, 2018-11-08 (annotated)
- Committer:
- AnnaBridge
- Date:
- Thu Nov 08 11:45:42 2018 +0000
- Revision:
- 171:3a7713b1edbc
- Parent:
- TARGET_SSCI824/TARGET_NXP/TARGET_LPC82X/PortNames.h@90:cb3d968589d8
mbed library. Release version 164
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 90:cb3d968589d8 | 1 | /* mbed Microcontroller Library |
Kojto | 90:cb3d968589d8 | 2 | * Copyright (c) 2006-2013 ARM Limited |
Kojto | 90:cb3d968589d8 | 3 | * |
Kojto | 90:cb3d968589d8 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
Kojto | 90:cb3d968589d8 | 5 | * you may not use this file except in compliance with the License. |
Kojto | 90:cb3d968589d8 | 6 | * You may obtain a copy of the License at |
Kojto | 90:cb3d968589d8 | 7 | * |
Kojto | 90:cb3d968589d8 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
Kojto | 90:cb3d968589d8 | 9 | * |
Kojto | 90:cb3d968589d8 | 10 | * Unless required by applicable law or agreed to in writing, software |
Kojto | 90:cb3d968589d8 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
Kojto | 90:cb3d968589d8 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
Kojto | 90:cb3d968589d8 | 13 | * See the License for the specific language governing permissions and |
Kojto | 90:cb3d968589d8 | 14 | * limitations under the License. |
Kojto | 90:cb3d968589d8 | 15 | */ |
Kojto | 90:cb3d968589d8 | 16 | #ifndef MBED_PORTNAMES_H |
Kojto | 90:cb3d968589d8 | 17 | #define MBED_PORTNAMES_H |
Kojto | 90:cb3d968589d8 | 18 | |
Kojto | 90:cb3d968589d8 | 19 | #ifdef __cplusplus |
Kojto | 90:cb3d968589d8 | 20 | extern "C" { |
Kojto | 90:cb3d968589d8 | 21 | #endif |
Kojto | 90:cb3d968589d8 | 22 | |
Kojto | 90:cb3d968589d8 | 23 | typedef enum { |
Kojto | 90:cb3d968589d8 | 24 | Port0 = 0, |
Kojto | 90:cb3d968589d8 | 25 | } PortName; |
Kojto | 90:cb3d968589d8 | 26 | |
Kojto | 90:cb3d968589d8 | 27 | #ifdef __cplusplus |
Kojto | 90:cb3d968589d8 | 28 | } |
Kojto | 90:cb3d968589d8 | 29 | #endif |
Kojto | 90:cb3d968589d8 | 30 | #endif |