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
o
r
s
t
u
v
w
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
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
jep106.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
/***************************************************************************
4
* Copyright (C) 2015 Andreas Fritiofson *
5
* andreas.fritiofson@gmail.com *
6
***************************************************************************/
7
8
#ifndef OPENOCD_HELPER_JEP106_H
9
#define OPENOCD_HELPER_JEP106_H
10
19
const
char
*
jep106_table_manufacturer
(
unsigned
int
bank
,
unsigned
int
id
);
20
21
static
inline
const
char
*
jep106_manufacturer
(
unsigned
int
manufacturer)
22
{
23
return
jep106_table_manufacturer
(manufacturer >> 7, manufacturer & 0x7f);
24
}
25
26
#endif
/* OPENOCD_HELPER_JEP106_H */
bank
uint8_t bank
Definition:
esirisc.c:135
jep106_manufacturer
static const char * jep106_manufacturer(unsigned int manufacturer)
Definition:
jep106.h:21
jep106_table_manufacturer
const char * jep106_table_manufacturer(unsigned int bank, unsigned int id)
Get the manufacturer name associated with a JEP106 ID.
Definition:
jep106.c:19
src
helper
jep106.h
Generated by
1.9.1