Home
last modified time | relevance | path

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

/components/net/at/include/
A Dat.h256 #define at_set_urc_table(urc_table, table_sz) at_obj_set_urc_table(at_client_get_first(), urc_ta… argument
/components/net/at/src/
A Dat_client.c619 int at_obj_set_urc_table(at_client_t client, const struct at_urc *urc_table, rt_size_t table_sz) in at_obj_set_urc_table() argument
629 for (idx = 0; idx < table_sz; idx++) in at_obj_set_urc_table()
644 client->urc_table[0].urc_size = table_sz; in at_obj_set_urc_table()
659 client->urc_table[client->urc_table_size].urc_size = table_sz; in at_obj_set_urc_table()

Completed in 6 milliseconds