Serial Struct Reference
Serial handle structure. More...
#include <ser.h>
Data Fields | |
| 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 |
Detailed Description
Serial handle structure.Definition at line 121 of file ser.h.
Field Documentation
struct SerialHardware* Serial::hw [read] |
| volatile serstatus_t Serial::status |
The documentation for this struct was generated from the following file:
