|
RTEMS CPU Kit with SuperCore
4.11.2
|
Termios. More...
|
Files | |
| file | cfgetispeed.c |
| Baud Rate Functions. | |
| file | cfgetospeed.c |
| Baud Rate Functions. | |
| file | cfsetispeed.c |
| Baud Rate Functions. | |
| file | cfsetospeed.c |
| Baud Rate Functions. | |
| file | sup_fs_mount_iterate.c |
| Mount table entry visitor. | |
| file | sup_fs_mount_iterate.c |
| Mount table entry visitor. | |
| file | tcdrain.c |
| Line Control Functions. | |
| file | tcflow.c |
| Line Control Functions. | |
| file | tcgetattr.c |
| Get State. | |
| file | tcsendbreak.c |
| Line Control Functions. | |
| file | termiosinitialize.c |
| Termios Initialization. | |
Data Structures | |
| struct | rtems_termios_callbacks |
Typedefs | |
| typedef struct rtems_termios_callbacks | rtems_termios_callbacks |
Functions | |
| void | rtems_termios_initialize (void) |
| rtems_status_code | rtems_termios_bufsize (size_t cbufsize, size_t raw_input, size_t raw_output) |
| rtems_status_code | rtems_termios_open (rtems_device_major_number major, rtems_device_minor_number minor, void *arg, const rtems_termios_callbacks *callbacks) |
| rtems_status_code | rtems_termios_close (void *arg) |
| rtems_status_code | rtems_termios_read (void *arg) |
| rtems_status_code | rtems_termios_write (void *arg) |
| rtems_status_code | rtems_termios_ioctl (void *arg) |
| int | rtems_termios_enqueue_raw_characters (void *ttyp, const char *buf, int len) |
| int | rtems_termios_dequeue_characters (void *ttyp, int len) |
| typedef unsigned char | cc_t |
| POSIX Termios Implementation. More... | |
Termios.
| typedef unsigned char cc_t |
POSIX Termios Implementation.
1.8.13