Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/modem/
Dmodem_chat.c136 &chat->script->script_chats[chat->script_chat_it]; in modem_chat_script_set_response_matches()
151 &chat->script->script_chats[chat->script_chat_it]; in modem_chat_script_chat_has_request()
159 &chat->script->script_chats[chat->script_chat_it]; in modem_chat_script_chat_has_matches()
167 &chat->script->script_chats[chat->script_chat_it]; in modem_chat_script_chat_get_send_timeout()
191 chat->script_chat_it = 0; in modem_chat_script_next()
194 chat->script_chat_it++; in modem_chat_script_next()
198 if (chat->script_chat_it == chat->script->script_chats_size) { in modem_chat_script_next()
204 LOG_DBG("%s: step: %u", chat->script->name, chat->script_chat_it); in modem_chat_script_next()
206 script_chat = &chat->script->script_chats[chat->script_chat_it]; in modem_chat_script_next()
274 &chat->script->script_chats[chat->script_chat_it]; in modem_chat_send_script_request_part()
[all …]
/Zephyr-latest/include/zephyr/modem/
Dchat.h254 uint16_t script_chat_it; member