BeRTOS
|
Serial handle structure. More...
#include <ser.h>
Data Fields | |
KFile | fd |
Serial have a KFile struct implementation. | |
unsigned int | unit |
Physical port number. | |
volatile serstatus_t | status |
Holds the flags defined above. | |
struct SerialHardware * | hw |
Low-level interface to hardware. | |
Transmit and receive FIFOs. | |
Declared volatile because handled asinchronously by interrupts. | |
FIFOBuffer | txfifo |
FIFOBuffer | rxfifo |
struct SerialHardware* Serial::hw |
volatile serstatus_t Serial::status |