Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/modem/
Dchat.h162 uint16_t abort_matches_size; member
175 .abort_matches_size = ARRAY_SIZE(_abort_matches), \
/Zephyr-Core-3.5.0/subsys/modem/
Dmodem_chat.c151 chat->matches_size[MODEM_CHAT_MATCHES_INDEX_ABORT] = script->abort_matches_size; in modem_chat_script_start()
746 ((script->abort_matches != NULL) && (script->abort_matches_size == 0))) { in modem_chat_run_script_async()
/Zephyr-Core-3.5.0/tests/subsys/modem/modem_chat/src/
Dmain.c598 .abort_matches_size = 0, in ZTEST()