forked from Imagelibrary/rtems
2000-10-19 Joel Sherrill <joel@OARcorp.com>
* common/uart.h: Added prototype for BSP_uart_set_baud().
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
* common/uart.h: Added prototype for BSP_uart_set_baud().
|
||||||
|
|
||||||
|
2000-10-19 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||||
|
|
||||||
* comm/uart.c (BSP_uart_init): Save more line state parameters.
|
* comm/uart.c (BSP_uart_init): Save more line state parameters.
|
||||||
|
|
||||||
2000-10-18 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
2000-10-18 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
void BSP_uart_init(int uart, unsigned long baud, unsigned long databits, unsigned long parity, unsigned long stopbits, int hwFlow);
|
void BSP_uart_init(int uart, unsigned long baud, unsigned long databits, unsigned long parity, unsigned long stopbits, int hwFlow);
|
||||||
void BSP_uart_set_attributes(int uart, unsigned long baud, unsigned long databits, unsigned long parity, unsigned long stopbits);
|
void BSP_uart_set_attributes(int uart, unsigned long baud, unsigned long databits, unsigned long parity, unsigned long stopbits);
|
||||||
|
void BSP_uart_set_baud(int uart, unsigned long baud);
|
||||||
void BSP_uart_intr_ctrl(int uart, int cmd);
|
void BSP_uart_intr_ctrl(int uart, int cmd);
|
||||||
void BSP_uart_throttle(int uart);
|
void BSP_uart_throttle(int uart);
|
||||||
void BSP_uart_unthrottle(int uart);
|
void BSP_uart_unthrottle(int uart);
|
||||||
|
|||||||
Reference in New Issue
Block a user