XINU
|
#include <xinu.h>
Go to the source code of this file.
Functions | |
void | ttyhandle_out (struct ttycblk *typtr, struct uart_csreg *csrptr) |
void ttyhandle_out | ( | struct ttycblk * | typtr, |
struct uart_csreg * | csrptr | ||
) |
Definition at line 10 of file ttyhandle_out.c.
References uart_csreg::buffer, uart_csreg::ier, semcount(), signaln(), uart_csreg::txfifo_lvl, TY_EBUFLEN, TY_OBUFLEN, ttycblk::tyebuff, ttycblk::tyehead, ttycblk::tyetail, ttycblk::tyobuff, ttycblk::tyohead, ttycblk::tyoheld, ttycblk::tyosem, UART_FIFO_SIZE, and UART_IER_ETBEI.
Referenced by ttyhandler().