Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/modem/
Dmodem_at_shell.c28 static uint8_t at_shell_chat_receive_buf[CONFIG_MODEM_AT_SHELL_CHAT_RECEIVE_BUF_SIZE]; variable
168 .receive_buf = at_shell_chat_receive_buf, in at_shell_init_chat()
169 .receive_buf_size = sizeof(at_shell_chat_receive_buf), in at_shell_init_chat()