Xmega Application Note


uart_usb_lib.h

Go to the documentation of this file.
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/
00047 #ifndef _UART_USB_LIB_H_
00048 #define _UART_USB_LIB_H_
00049 
00050 
00051 /************************* PROTOTYPES (GLOBAL) ********************************/
00052 
00053 void uart_usb_init(void);
00054 void uart_usb_flush(void);
00055 uint8_t uart_usb_test_hit(void);
00056 uint8_t uart_usb_getchar(void);
00057 uint8_t uart_usb_tx_ready(void);
00058 int16_t uart_usb_putchar(int16_t);
00059 
00060 
00061 #endif /* _UART_USB_LIB_H_ */
@DOC_TITLE@
Generated on Mon Jan 18 09:26:08 2010 for AVR1907 Xplain USB Gateway by doxygen 1.5.5