OpenOCD
Main Page
Related Pages
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
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
Enumerator
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
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
z
Typedefs
a
c
e
j
l
n
r
s
t
u
v
x
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
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
z
protocol.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
/***************************************************************************
4
* Copyright (C) 2011 by Martin Schmoelzer *
5
* <martin.schmoelzer@student.tuwien.ac.at> *
6
***************************************************************************/
7
8
#ifndef __PROTOCOL_H
9
#define __PROTOCOL_H
10
11
#include "
common.h
"
12
#include <stdbool.h>
13
14
void
execute_set_led_command
(
void
);
15
16
bool
execute_command
(
void
);
17
void
command_loop
(
void
);
18
19
#endif
common.h
execute_command
bool execute_command(void)
Executes one command and updates global command indexes.
Definition:
protocol.c:70
command_loop
void command_loop(void)
Forever wait for commands and execute them as they arrive.
Definition:
protocol.c:193
execute_set_led_command
void execute_set_led_command(void)
Execute a SET_LEDS command.
Definition:
protocol.c:46
src
jtag
drivers
OpenULINK
include
protocol.h
Generated by
1.9.1