OpenOCD
|
Go to the source code of this file.
Functions | |
static const char * | jep106_manufacturer (unsigned int manufacturer) |
const char * | jep106_table_manufacturer (unsigned int bank, unsigned int id) |
Get the manufacturer name associated with a JEP106 ID. More... | |
|
inlinestatic |
Definition at line 21 of file jep106.h.
References jep106_table_manufacturer().
Referenced by dap_info_cs_component(), and jtag_examine_chain_display().
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().