Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
UART9BIT.h@0:f0f0961f1727, 2019-08-16 (annotated)
- Committer:
- MarkChen
- Date:
- Fri Aug 16 08:03:49 2019 +0000
- Revision:
- 0:f0f0961f1727
- Child:
- 1:9d4632d0b16f
NU480 UART 9BIT Init
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
MarkChen | 0:f0f0961f1727 | 1 | /* mbed Microcontroller Library |
MarkChen | 0:f0f0961f1727 | 2 | * Copyright (c) 2015-2016 Nuvoton |
MarkChen | 0:f0f0961f1727 | 3 | * |
MarkChen | 0:f0f0961f1727 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
MarkChen | 0:f0f0961f1727 | 5 | * you may not use this file except in compliance with the License. |
MarkChen | 0:f0f0961f1727 | 6 | * You may obtain a copy of the License at |
MarkChen | 0:f0f0961f1727 | 7 | * |
MarkChen | 0:f0f0961f1727 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
MarkChen | 0:f0f0961f1727 | 9 | * |
MarkChen | 0:f0f0961f1727 | 10 | * Unless required by applicable law or agreed to in writing, software |
MarkChen | 0:f0f0961f1727 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
MarkChen | 0:f0f0961f1727 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
MarkChen | 0:f0f0961f1727 | 13 | * See the License for the specific language governing permissions and |
MarkChen | 0:f0f0961f1727 | 14 | * limitations under the License. |
MarkChen | 0:f0f0961f1727 | 15 | */ |
MarkChen | 0:f0f0961f1727 | 16 | |
MarkChen | 0:f0f0961f1727 | 17 | |
MarkChen | 0:f0f0961f1727 | 18 | #ifndef __NU_UART9BIT_H__ |
MarkChen | 0:f0f0961f1727 | 19 | #define __NU_UART9BIT_H__ |
MarkChen | 0:f0f0961f1727 | 20 | #if TARGET_NUVOTON |
MarkChen | 0:f0f0961f1727 | 21 | |
MarkChen | 0:f0f0961f1727 | 22 | |
MarkChen | 0:f0f0961f1727 | 23 | |
MarkChen | 0:f0f0961f1727 | 24 | |
MarkChen | 0:f0f0961f1727 | 25 | |
MarkChen | 0:f0f0961f1727 | 26 | #endif /* TARGET_NUVOTON */ |
MarkChen | 0:f0f0961f1727 | 27 | #endif /* __NU_UART9BIT_H__ */ |