RTEMS 6.1-rc4
|
This header file provides interfaces of the SCI support. More...
Go to the source code of this file.
Data Structures | |
struct | tms570_sci_context |
Functions | |
void | tms570_sci_initialize (tms570_sci_context *ctx) |
bool | tms570_sci_set_attributes (rtems_termios_device_context *base, const struct termios *term) |
Set attributes of the HW peripheral. | |
Variables | |
const rtems_termios_device_handler | tms570_sci_handler_polled |
Struct containing definitions of polled driver functions. | |
const rtems_termios_device_handler | tms570_sci_handler_interrupt |
Struct containing definitions of interrupt driven driver functions. | |
tms570_sci_context | driver_context_table [] |
Table including all serial drivers. | |
This header file provides interfaces of the SCI support.
bool tms570_sci_set_attributes | ( | rtems_termios_device_context * | base, |
const struct termios * | t | ||
) |
Set attributes of the HW peripheral.
Sets attributes of the HW peripheral (parity, baud rate, etc.)
[in] | base | context of the driver |
[in] | t | termios driver |
true | peripheral setting is changed |
|
extern |
Table including all serial drivers.
Definitions of all serial drivers
|
extern |
Struct containing definitions of interrupt driven driver functions.
Encapsulates interrupt driven driver functions. Use of this table is determited by defining TMS570_USE_INTERRUPTS
|
extern |
Struct containing definitions of polled driver functions.
Encapsulates polled driver functions. Use of this table is determited by not defining TMS570_USE_INTERRUPTS