Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/modem/
Dmodem_cmd_handler.h33 .arg_count_max = acount_, \
43 .arg_count_max = acountmax_, \
55 .arg_count_max = 0, \
81 uint16_t arg_count_max; member
Dmodem_cmd_handler.c148 if (count >= cmd->arg_count_max) { in parse_params()
204 if (cmd->arg_count_max > 0U) { in process_cmd()