Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
modem_backend_tty Struct Reference

#include <tty.h>

Data Fields

const char * tty_path
 
int tty_fd
 
struct modem_pipe pipe
 
struct k_thread thread
 
k_thread_stack_tstack
 
size_t stack_size
 
atomic_t state
 

Field Documentation

◆ pipe

struct modem_pipe modem_backend_tty::pipe

◆ stack

k_thread_stack_t* modem_backend_tty::stack

◆ stack_size

size_t modem_backend_tty::stack_size

◆ state

atomic_t modem_backend_tty::state

◆ thread

struct k_thread modem_backend_tty::thread

◆ tty_fd

int modem_backend_tty::tty_fd

◆ tty_path

const char* modem_backend_tty::tty_path

The documentation for this struct was generated from the following file: