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

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [lib/] [include/] [neorv32_uart.h] - Diff between revs 2 and 22

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 22
Line 53... Line 53...
void neorv32_uart_disable(void);
void neorv32_uart_disable(void);
void neorv32_uart_putc(char c);
void neorv32_uart_putc(char c);
char neorv32_uart_getc(void);
char neorv32_uart_getc(void);
int neorv32_uart_char_received(void);
int neorv32_uart_char_received(void);
char neorv32_uart_char_received_get(void);
char neorv32_uart_char_received_get(void);
void neorv32_uart_print(char *s);
void neorv32_uart_print(const char *s);
void neorv32_uart_printf(char *format, ...);
void neorv32_uart_printf(const char *format, ...);
int neorv32_uart_scan(char *buffer, int max_size, int echo);
int neorv32_uart_scan(char *buffer, int max_size, int echo);
 
 
#endif // neorv32_uart_h
#endif // neorv32_uart_h
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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