Lines Matching full:pipe
27 #include <zephyr/modem/pipe.h>
89 /* Pipe */
90 struct modem_pipe pipe; member
128 /* Bus pipe */
129 struct modem_pipe *pipe; member
216 /** Receive buffer used by pipe */
218 /** Size of receive buffer used by pipe [127, ...] */
233 * @brief Attach CMUX instance to pipe
236 * @param pipe Pipe instance to attach CMUX instance to
238 int modem_cmux_attach(struct modem_cmux *cmux, struct modem_pipe *pipe);
248 * @note When connected, the bus pipe must not be used directly
260 * @note When connected, the bus pipe must not be used directly
271 * @note The bus pipe must be released using modem_cmux_release() after disconnecting
283 * @note The bus pipe must be released using modem_cmux_release() after disconnecting
289 * @brief Release CMUX instance from pipe
291 * @details Releases the pipe and hard resets the CMUX instance internally. CMUX should
296 * @note The bus pipe can be used directly again after CMUX instance is released.