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_EFM32PG_STK3401/TOOLCHAIN_IAR/device.h@171:3a7713b1edbc, 2018-11-08 (annotated)
- Committer:
- AnnaBridge
- Date:
- Thu Nov 08 11:45:42 2018 +0000
- Revision:
- 171:3a7713b1edbc
- Parent:
- TARGET_TB_SENSE_12/TARGET_Silicon_Labs/TARGET_EFM32/common/device.h@142:4eea097334d6
mbed library. Release version 164
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Anna Bridge |
142:4eea097334d6 | 1 | /***************************************************************************//** |
Anna Bridge |
142:4eea097334d6 | 2 | * @file device.h |
Anna Bridge |
142:4eea097334d6 | 3 | ******************************************************************************* |
Anna Bridge |
142:4eea097334d6 | 4 | * @section License |
Anna Bridge |
142:4eea097334d6 | 5 | * <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b> |
Anna Bridge |
142:4eea097334d6 | 6 | ******************************************************************************* |
Anna Bridge |
142:4eea097334d6 | 7 | * |
Anna Bridge |
142:4eea097334d6 | 8 | * SPDX-License-Identifier: Apache-2.0 |
Anna Bridge |
142:4eea097334d6 | 9 | * |
Anna Bridge |
142:4eea097334d6 | 10 | * Licensed under the Apache License, Version 2.0 (the "License"); you may |
Anna Bridge |
142:4eea097334d6 | 11 | * not use this file except in compliance with the License. |
Anna Bridge |
142:4eea097334d6 | 12 | * You may obtain a copy of the License at |
Anna Bridge |
142:4eea097334d6 | 13 | * |
Anna Bridge |
142:4eea097334d6 | 14 | * http://www.apache.org/licenses/LICENSE-2.0 |
Anna Bridge |
142:4eea097334d6 | 15 | * |
Anna Bridge |
142:4eea097334d6 | 16 | * Unless required by applicable law or agreed to in writing, software |
Anna Bridge |
142:4eea097334d6 | 17 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
Anna Bridge |
142:4eea097334d6 | 18 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
Anna Bridge |
142:4eea097334d6 | 19 | * See the License for the specific language governing permissions and |
Anna Bridge |
142:4eea097334d6 | 20 | * limitations under the License. |
Anna Bridge |
142:4eea097334d6 | 21 | * |
Anna Bridge |
142:4eea097334d6 | 22 | ******************************************************************************/ |
Anna Bridge |
142:4eea097334d6 | 23 | #ifndef MBED_DEVICE_H |
Anna Bridge |
142:4eea097334d6 | 24 | #define MBED_DEVICE_H |
Anna Bridge |
142:4eea097334d6 | 25 | |
Anna Bridge |
142:4eea097334d6 | 26 | #include "cmsis.h" |
Anna Bridge |
142:4eea097334d6 | 27 | #include "objects.h" |
Anna Bridge |
142:4eea097334d6 | 28 | #include "device_peripherals.h" |
Anna Bridge |
142:4eea097334d6 | 29 | |
Anna Bridge |
142:4eea097334d6 | 30 | #endif |