jep106_table_manufacturer() function
Get the manufacturer name associated with a JEP106 ID.
Syntax
const char *jep106_table_manufacturer(unsigned int bank,
unsigned int id);
Arguments
bank
The bank (number of continuation codes) of the manufacturer ID.
id
The 7-bit manufacturer ID (i.e. with parity stripped).
Return value
A pointer to static const storage containing the name of the manufacturer associated with bank and id, or one of the strings "" and "".