OpenCores
URL https://opencores.org/ocsvn/1g_ethernet_dpi/1g_ethernet_dpi/trunk

Subversion Repositories 1g_ethernet_dpi

[/] [1g_ethernet_dpi/] [tags/] [vmblite_base/] [hw/] [src/] [rtl/] [wb_uart/] [drivers/] [wb_uart.h] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 kuzmi4
#ifndef __WB_UART_H__
2
#define __WB_UART_H__
3
 
4
#ifdef __cplusplus
5
extern "C"
6
{
7
#endif /* __cplusplus */
8
 
9
void wb_uart_init(int base);
10
/* sync */
11
int  wb_uart_read_s(void);
12
void wb_uart_write_s(int data);
13
/* async */
14
int wb_uart_read_a(void);
15
int wb_uart_write_a(int data);
16
 
17
#ifdef __cplusplus
18
}
19
#endif /* __cplusplus */
20
 
21
#endif /* __WB_UART_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.