Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/modem/
Dmodem_chat.c116 chat->script_chat_it = 0; in modem_chat_script_next()
119 chat->script_chat_it++; in modem_chat_script_next()
123 if (chat->script_chat_it == chat->script->script_chats_size) { in modem_chat_script_next()
129 LOG_DBG("%s: step: %u", chat->script->name, chat->script_chat_it); in modem_chat_script_next()
131 script_chat = &chat->script->script_chats[chat->script_chat_it]; in modem_chat_script_next()
197 &chat->script->script_chats[chat->script_chat_it]; in modem_chat_script_send_request()
268 &chat->script->script_chats[chat->script_chat_it]; in modem_chat_script_chat_is_no_response()
276 &chat->script->script_chats[chat->script_chat_it]; in modem_chat_script_chat_get_send_timeout()
812 chat->script_chat_it = 0; in modem_chat_release()
/Zephyr-Core-3.5.0/include/zephyr/modem/
Dchat.h237 uint16_t script_chat_it; member