twe_code_table
const struct twe_code_table twe_table_status[] = {
const struct twe_code_table twe_table_unitstate[] = {
const struct twe_code_table twe_table_unittype[] = {
const struct twe_code_table twe_table_stripedepth[] = {
const struct twe_code_table twe_table_aen[] = {
twe_describe_code(const struct twe_code_table *table, uint32_t code)
extern const struct twe_code_table twe_table_status[];
extern const struct twe_code_table twe_table_unitstate[];
extern const struct twe_code_table twe_table_unittype[];
extern const struct twe_code_table twe_table_stripedepth[];
extern const struct twe_code_table twe_table_aen[];
const char *twe_describe_code(const struct twe_code_table *, uint32_t);