OpenOCD
|
Go to the source code of this file.
Functions | |
const char * | jep106_table_manufacturer (unsigned int bank, unsigned int id) |
Get the manufacturer name associated with a JEP106 ID. More... | |
Variables | |
static const char *const | jep106 [][126] |
const char* jep106_table_manufacturer | ( | unsigned int | bank, |
unsigned int | id | ||
) |
Get the manufacturer name associated with a JEP106 ID.
bank | The bank (number of continuation codes) of the manufacturer ID. |
id | The 7-bit manufacturer ID (i.e. with parity stripped). |
Definition at line 19 of file jep106.c.
References ARRAY_SIZE, bank, id, jep106, and LOG_DEBUG.
Referenced by jep106_manufacturer().
|
static |
Definition at line 15 of file jep106.c.
Referenced by jep106_table_manufacturer().