zephyr/include/zephyr/modem
Bjarki Arge Andreasen 372c7183ef modem: pipe: Add explicit timeout to sync APIs
The modem pipe APIs include synchronous calls to open/close,
which internally use a fixed timeout of 10 seconds. The timeout
should be configurable through the APIs, anywhere from K_NO_WAIT
to K_FOREVER.

This commit adds timeout parameters to the open/close APIs, and
updates in-tree usage of the open/close APIs to explicitly
provide the previously implicit timeout of 10 seconds.

Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
2024-07-29 14:14:42 +02:00
..
backend modem: backend: uart: isr: Implement modem backend stat 2024-05-20 14:40:06 +03:00
chat.h modem: chat: Add runtime APIs for chat scripts 2024-05-28 10:02:06 +02:00
cmux.h modem: cmux: optimize modem_cmux_frame structure padding 2024-07-27 20:51:42 +03:00
pipe.h modem: pipe: Add explicit timeout to sync APIs 2024-07-29 14:14:42 +02:00
pipelink.h modem: pipelink: Add missing extern C in header 2024-06-23 20:37:14 +02:00
ppp.h modem: ppp: implement modem_statistics 2024-05-20 14:40:06 +03:00
stats.h modem: backend: Add statistics module 2024-05-20 14:40:06 +03:00
ubx.h ADD: GNSS Driver for U-BLOX M10 & Support for UBX Messages 2024-03-26 09:28:36 +00:00