RTEMS 6.1-rc4
|
Driver for serial ports on the ERC32. More...
#include <unistd.h>
#include <termios.h>
#include <stdlib.h>
#include <rtems.h>
#include <rtems/libio.h>
#include <rtems/console.h>
#include <rtems/termiostypes.h>
#include <libchip/serial.h>
#include <libchip/sersupp.h>
#include <bsp.h>
#include <bspopts.h>
Functions | |
int | console_inbyte_nonblocking (int port) |
void | console_outbyte_polled (int port, unsigned char ch) |
Variables | |
const console_fns | erc32_fns |
console_tbl | Console_Configuration_Ports [] |
unsigned long | Console_Configuration_Count = ERC32_UART_COUNT |
Driver for serial ports on the ERC32.
int console_inbyte_nonblocking | ( | int | port | ) |
This method polls the specified port for an input character. console port.
[in] | port | is the input port |
unsigned long Console_Configuration_Count = ERC32_UART_COUNT |
The number of serial ports defined in Console_Configuration_Ports
console_tbl Console_Configuration_Ports[] |
The statically configured serial port information tables which are used to initially populate the dynamic tables.
const console_fns erc32_fns |