Go to the source code of this file.
|
int | generic_readchar (struct serial *scb, int timeout, int(*do_readchar)(struct serial *scb, int timeout)) |
|
int | ser_base_flush_output (struct serial *scb) |
|
int | ser_base_flush_input (struct serial *scb) |
|
int | ser_base_send_break (struct serial *scb) |
|
void | ser_base_raw (struct serial *scb) |
|
serial_ttystate | ser_base_get_tty_state (struct serial *scb) |
|
serial_ttystate | ser_base_copy_tty_state (struct serial *scb, serial_ttystate ttystate) |
|
int | ser_base_set_tty_state (struct serial *scb, serial_ttystate ttystate) |
|
void | ser_base_print_tty_state (struct serial *scb, serial_ttystate ttystate, struct ui_file *stream) |
|
int | ser_base_setbaudrate (struct serial *scb, int rate) |
|
int | ser_base_setstopbits (struct serial *scb, int num) |
|
int | ser_base_setparity (struct serial *scb, int parity) |
|
int | ser_base_drain_output (struct serial *scb) |
|
int | ser_base_write (struct serial *scb, const void *buf, size_t count) |
|
void | ser_base_async (struct serial *scb, int async_p) |
|
int | ser_base_readchar (struct serial *scb, int timeout) |
|
◆ generic_readchar()
int generic_readchar |
( |
struct serial * | scb, |
|
|
int | timeout, |
|
|
int(*)(struct serial *scb, int timeout) | do_readchar ) |
|
extern |
◆ ser_base_async()
void ser_base_async |
( |
struct serial * | scb, |
|
|
int | async_p ) |
|
extern |
◆ ser_base_copy_tty_state()
◆ ser_base_drain_output()
int ser_base_drain_output |
( |
struct serial * | scb | ) |
|
|
extern |
◆ ser_base_flush_input()
int ser_base_flush_input |
( |
struct serial * | scb | ) |
|
|
extern |
◆ ser_base_flush_output()
int ser_base_flush_output |
( |
struct serial * | scb | ) |
|
|
extern |
◆ ser_base_get_tty_state()
◆ ser_base_print_tty_state()
◆ ser_base_raw()
void ser_base_raw |
( |
struct serial * | scb | ) |
|
|
extern |
◆ ser_base_readchar()
int ser_base_readchar |
( |
struct serial * | scb, |
|
|
int | timeout ) |
|
extern |
◆ ser_base_send_break()
int ser_base_send_break |
( |
struct serial * | scb | ) |
|
|
extern |
◆ ser_base_set_tty_state()
◆ ser_base_setbaudrate()
int ser_base_setbaudrate |
( |
struct serial * | scb, |
|
|
int | rate ) |
|
extern |
◆ ser_base_setparity()
int ser_base_setparity |
( |
struct serial * | scb, |
|
|
int | parity ) |
|
extern |
◆ ser_base_setstopbits()
int ser_base_setstopbits |
( |
struct serial * | scb, |
|
|
int | num ) |
|
extern |
◆ ser_base_write()
int ser_base_write |
( |
struct serial * | scb, |
|
|
const void * | buf, |
|
|
size_t | count ) |
|
extern |