Go to the source code of this file.
Defines | |
| #define | PR "serial-rt-debug: " |
Variables | |
| static struct rtser_config | serial_configuration |
This implementation uses the 16550A driver of RTAI/Xenomai.
Definition in file serial-rt-debug.c.
| #define PR "serial-rt-debug: " |
Prefix used for printk() outputs.
Definition at line 41 of file serial-rt-debug.c.
struct rtser_config serial_configuration [static] |
Initial value:
{
.config_mask = RTSER_SET_BAUD | RTSER_SET_PARITY |
RTSER_SET_DATA_BITS | RTSER_SET_STOP_BITS |
RTSER_SET_HANDSHAKE,
.baud_rate = SERIAL_RT_BAUDRATE,
.parity = SERIAL_RT_PARITY,
.data_bits = SERIAL_RT_DATABITS,
.stop_bits = SERIAL_RT_STOPBITS,
.handshake = SERIAL_RT_HANDSHAKE
}
Definition at line 47 of file serial-rt-debug.c.
1.5.0