Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
user_pipe.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Embeint Holdings Pty Ltd
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_MODEM_AT_USER_PIPE_
8#define ZEPHYR_MODEM_AT_USER_PIPE_
9
10#include <zephyr/modem/chat.h>
11
18
28
36
37#endif /* ZEPHYR_MODEM_AT_USER_PIPE_ */
Chat instance internal context.
Definition chat.h:223
int modem_at_user_pipe_claim(void)
Claim the AT command user pipe to run commands.
void modem_at_user_pipe_release(void)
Release the AT command user pipe to other users.
void modem_at_user_pipe_init(struct modem_chat *chat)
Initialise the AT command user pipe.