Lines Matching refs:modem
12 The modem modules are inter-connected dynamically using
23 A modem backend will internally contain an instance of a modem_pipe
27 The modem backend will return a pointer to its internal modem_pipe
29 backend through the modem pipe API.
37 :ref:`net_l2_interface`, to a modem backend. The L2 PPP interface sends
39 in PPP frames before being transported via a modem backend. This module
50 attaches to a single modem backend, exposing multiple modem backends,
58 This module is used to share modem pipes globally. This module aims to
59 decouple the creation and setup of modem pipes in device drivers from
61 :zephyr_file:`drivers/modem/modem_at_shell.c` and
62 :zephyr_file:`drivers/modem/modem_cellular.c` for examples of how to
63 use the modem pipelink between device driver and application.