OpenCores
URL https://opencores.org/ocsvn/usb_device_core/usb_device_core/trunk

Subversion Repositories usb_device_core

[/] [usb_device_core/] [trunk/] [sw/] [usb_uart.h] - Rev 5

Compare with Previous | Blame | View Log

#ifndef  __USB_UART_H__
#define  __USB_UART_H__
 
//-----------------------------------------------------------------
// Prototypes
//-----------------------------------------------------------------
#ifdef __cplusplus
extern "C" {
#endif
 
void usb_uart_init(void);
int  usb_uart_haschar(void);
int  usb_uart_getchar(void);
int  usb_uart_putblock(unsigned char *data, int length);
int  usb_uart_getblock(unsigned char *data, int max_length);
int  usb_uart_putchar(char txbyte);
void usb_uart_flush(void);
 
#ifdef __cplusplus
}
#endif
 
#endif
 

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.