Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/modem/
Dmodem_chat.c650 if (modem_chat_discard_byte(chat, chat->work_buf[i])) { in modem_chat_process_bytes()
654 modem_chat_process_byte(chat, chat->work_buf[i]); in modem_chat_process_bytes()
665 ret = modem_pipe_receive(chat->pipe, chat->work_buf, sizeof(chat->work_buf)); in modem_chat_process_handler()
/Zephyr-Core-3.5.0/include/zephyr/modem/
Dchat.h206 uint8_t work_buf[32]; member