X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fuart_lowlevel.h;h=68c30deb1b85908101953bf6bf808bb6db766ab3;hp=1159fb14ae7c0e78d99528a9f9e216ba7f18b32f;hb=5e75eafde9b0269aa78395bbeb3e79ff36a1f082;hpb=f4853b26a54089e6796fcf115f739f1e9ea7ceb7 diff --git a/test_src/uart_lowlevel.h b/test_src/uart_lowlevel.h index 1159fb1..68c30de 100644 --- a/test_src/uart_lowlevel.h +++ b/test_src/uart_lowlevel.h @@ -1,6 +1,6 @@ /* uart_lowlevel.h */ /* - This file is part of the ARM-Crypto-Lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -27,10 +27,10 @@ #include "uart_defines.h" uint8_t uart_init(uint8_t uartno, uint32_t baudrate, uint8_t databits, uint8_t paraty, uint8_t stopbits); -uint8_t uart_init_flow(uint8_t uartno, uint32_t baudrate, uint8_t databits, uint8_t paraty, uint8_t stopbits, uint8_t flowctrl); void uart_putc(uint8_t uartno, uint8_t byte); uint16_t uart_getc(uint8_t uartno); uint32_t uart_dataavail(uint8_t uartno); +void uart_flush(uint8_t uartno); #endif /* UART_LOWLEVEL_H_ */