#include "Serial_Stream.h"Functions | |
| int | SerialStream_TxByte (char DataByte, FILE *Stream) |
| int | SerialStream_RxByte (FILE *Stream) |
Variables | |
| FILE | USARTStream = FDEV_SETUP_STREAM(SerialStream_TxByte, SerialStream_RxByte, _FDEV_SETUP_RW) |
| int SerialStream_RxByte | ( | FILE * | Stream | ) |
| int SerialStream_TxByte | ( | char | DataByte, | |
| FILE * | Stream | |||
| ) |
| FILE USARTStream = FDEV_SETUP_STREAM(SerialStream_TxByte, SerialStream_RxByte, _FDEV_SETUP_RW) |
1.5.5