Lines Matching full:pipe
7 #include <zephyr/modem/pipe.h>
27 /** Modem pipe has been connected and can be opened */
29 /** Modem pipe has been disconnected and can't be opened */
54 struct modem_pipe *pipe; member
74 * @brief Check whether pipelink pipe is connected
76 * @retval true if pipe is connected
77 * @retval false if pipe is not connected
82 * @brief Get pipe from pipelink
84 * @retval Pointer to pipe if pipelink has been initialized
98 void modem_pipelink_init(struct modem_pipelink *link, struct modem_pipe *pipe);
100 /** Notify user of pipelink that pipe has been connected */
103 /** Notify user of pipelink that pipe has been disconnected */