Home
last modified time | relevance | path

Searched defs:modem_cmd_handler_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/modem/
Dmodem_cmd_handler.h287 struct modem_cmd_handler_config { struct
288 char *match_buf;
289 size_t match_buf_len;
290 struct net_buf_pool *buf_pool;
291 k_timeout_t alloc_timeout;
292 const char *eol;
293 void *user_data;
294 const struct modem_cmd *response_cmds;
318 const struct modem_cmd_handler_config *config); argument