RTEMS
5.0.0
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
bsps
or1k
generic_or1k
include
bsp
uart.h
Go to the documentation of this file.
1
9
/*
10
* COPYRIGHT (c) 2014-2015 Hesham ALMatary <heshamelmatary@gmail.com>
11
*
12
* The license and distribution terms for this file may be
13
* found in the file LICENSE in this distribution or at
14
* http://www.rtems.org/license/LICENSE
15
*/
16
25
#ifndef LIBBSP_GENERIC_OR1K_UART_H
26
#define LIBBSP_GENERIC_OR1K_UART_H
27
28
#include <
libchip/serial.h
>
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
/* __cplusplus */
33
34
#define OR1K_UART_DEFAULT_BAUD 115200
35
#define OR1K_BSP_UART_IRQ 2
36
extern
const
console_fns
generic_or1k_uart_fns;
37
38
#ifdef __cplusplus
39
}
40
#endif
/* __cplusplus */
41
42
#endif
/* LIBBSP_GENERIC_OR1K_UART_H */
serial.h
The generic libchip serial driver interface.
_console_fns
Definition:
serial.h:76
Generated by
1.8.13