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] - Rev 7

Compare with Previous | Blame | View Log

#ifndef __WB_UART_H__
#define __WB_UART_H__
 
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
 
void wb_uart_init(int base);
/* sync */
int  wb_uart_read_s(void); 
void wb_uart_write_s(int data);
/* async */
int wb_uart_read_a(void); 
int wb_uart_write_a(int data);
 
#ifdef __cplusplus
}
#endif /* __cplusplus */
 
#endif /* __WB_UART_H__ */

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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