Searched defs:cmd_tbl (Results 1 – 2 of 2) sorted by relevance
558 …heck_name_and_callback(const at_cmd_func_list *ctx, hi_u8 tbl_index, HI_CONST at_cmd_func *cmd_tbl, in check_name_and_callback()583 static hi_u32 check_cmd_tbl(HI_CONST at_cmd_func *cmd_tbl, hi_u16 cmd_num) in check_cmd_tbl()612 hi_u32 hi_at_register_cmd(HI_CONST at_cmd_func *cmd_tbl, hi_u16 cmd_num) in hi_at_register_cmd()
763 const struct cli_command *cmd_tbl; in cli_debug_command() local