Serial Struct Reference
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. | |
| FIFOBuffer | txfifo |
| FIFOBuffer | rxfifo |
Detailed Description
Serial handle structure.
Definition at line 144 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:
