Karg  v0.2.0
The kernel of CargOS
tty_ctrl_blk_t Struct Reference

#include <tty.h>

Public Attributes

ldisc_ctrl_blk_t ldisc_ctrl_blk
 
u8rx_buf
 
usize rx_head
 
usize rx_tail
 
sem_t rx_sem
 

Member Data Documentation

◆ ldisc_ctrl_blk

ldisc_ctrl_blk_t tty_ctrl_blk_t::ldisc_ctrl_blk

◆ rx_buf

u8* tty_ctrl_blk_t::rx_buf

◆ rx_head

usize tty_ctrl_blk_t::rx_head

◆ rx_sem

sem_t tty_ctrl_blk_t::rx_sem

◆ rx_tail

usize tty_ctrl_blk_t::rx_tail

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