URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 207 |
Rev 399 |
Line 147... |
Line 147... |
#define UART_EFR_RTS 0x40 /* RTS flow control */
|
#define UART_EFR_RTS 0x40 /* RTS flow control */
|
#define UART_EFR_SCD 0x20 /* Special character detect */
|
#define UART_EFR_SCD 0x20 /* Special character detect */
|
#define UART_EFR_ENI 0x10 /* Enhanced Interrupt */
|
#define UART_EFR_ENI 0x10 /* Enhanced Interrupt */
|
|
|
/* The library functions defined here, avoiding namespace polution. */
|
/* The library functions defined here, avoiding namespace polution. */
|
extern void _uart_init ();
|
extern void __uart_init ();
|
extern void _uart_putc (char c);
|
extern void __uart_putc (char c);
|
extern char _uart_getc ();
|
extern char __uart_getc ();
|
|
|
#endif /* UART__H */
|
#endif /* UART__H */
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.