Home
last modified time | relevance | path

Searched refs:urc_table (Results 1 – 2 of 2) sorted by relevance

/components/net/at/src/
A Dat_client.c631 RT_ASSERT(urc_table[idx].cmd_prefix); in at_obj_set_urc_table()
632 RT_ASSERT(urc_table[idx].cmd_suffix); in at_obj_set_urc_table()
638 if (client->urc_table == RT_NULL) in at_obj_set_urc_table()
643 client->urc_table[0].urc = urc_table; in at_obj_set_urc_table()
644 client->urc_table[0].urc_size = table_sz; in at_obj_set_urc_table()
658 client->urc_table[client->urc_table_size].urc = urc_table; in at_obj_set_urc_table()
720 struct at_urc_table *urc_table = RT_NULL; in get_urc_obj() local
722 if (client->urc_table == RT_NULL) in get_urc_obj()
732 for (j = 0; j < client->urc_table[i].urc_size; j++) in get_urc_obj()
734 urc_table = client->urc_table + i; in get_urc_obj()
[all …]
/components/net/at/include/
A Dat.h178 struct at_urc_table *urc_table; member
256 #define at_set_urc_table(urc_table, table_sz) at_obj_set_urc_table(at_client_get_first(), urc_ta… argument

Completed in 4 milliseconds