Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tty.h File Reference
#include <zephyr/kernel.h>
#include <zephyr/types.h>
#include <zephyr/device.h>
#include <zephyr/sys/ring_buffer.h>
#include <zephyr/sys/atomic.h>
#include <zephyr/modem/pipe.h>

Go to the source code of this file.

Data Structures

struct  modem_backend_tty
 
struct  modem_backend_tty_config
 

Macros

#define ZEPHYR_MODEM_BACKEND_TTY_
 

Functions

struct modem_pipe * modem_backend_tty_init (struct modem_backend_tty *backend, const struct modem_backend_tty_config *config)
 

Macro Definition Documentation

◆ ZEPHYR_MODEM_BACKEND_TTY_

#define ZEPHYR_MODEM_BACKEND_TTY_

Function Documentation

◆ modem_backend_tty_init()

struct modem_pipe * modem_backend_tty_init ( struct modem_backend_tty * backend,
const struct modem_backend_tty_config * config )