Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
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
Functions
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
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
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
Typedefs
a
b
c
d
e
f
g
h
i
j
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Macros
_
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
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
sim_uart_hw.c
Go to the documentation of this file.
1
#include "uart_hw.h"
2
3
char
stdinout_buffer
[STDINOUT_BUFFER_SIZE];
4
uint8_t
stdinout_rx_insert_idx
= 0;
5
uint8_t
stdinout_rx_extract_idx
= 0;
uint8_t
unsigned char uint8_t
Definition:
types.h:14
stdinout_buffer
char stdinout_buffer[STDINOUT_BUFFER_SIZE]
Definition:
sim_uart_hw.c:3
stdinout_rx_extract_idx
uint8_t stdinout_rx_extract_idx
Definition:
sim_uart_hw.c:5
stdinout_rx_insert_idx
uint8_t stdinout_rx_insert_idx
Definition:
sim_uart_hw.c:4
sw
airborne
arch
sim
sim_uart_hw.c
Generated on Tue Feb 1 2022 13:51:13 for Paparazzi UAS by
1.8.17