|
ReactOS 0.4.16-dev-2498-g8632030
|


Go to the source code of this file.
Functions | |
| BOOLEAN NTAPI | CpDoesPortExist (_In_ PUCHAR Address) |
| VOID NTAPI | CpEnableFifo (_In_ PUCHAR Address, _In_ BOOLEAN Enable) |
| VOID NTAPI | CpSetBaud (_Inout_ PCPPORT Port, _In_ ULONG BaudRate) |
| NTSTATUS NTAPI | CpInitialize (_Inout_ PCPPORT Port, _In_ PUCHAR Address, _In_ ULONG BaudRate) |
| USHORT NTAPI | CpGetByte (_Inout_ PCPPORT Port, _Out_ PUCHAR Byte, _In_ BOOLEAN Wait, _In_ BOOLEAN Poll) |
| VOID NTAPI | CpPutByte (_Inout_ PCPPORT Port, _In_ UCHAR Byte) |
Definition at line 33 of file cport.c.
Referenced by CpInitialize().
Definition at line 41 of file cport.c.
| USHORT NTAPI CpGetByte | ( | _Inout_ PCPPORT | Port, |
| _Out_ PUCHAR | Byte, | ||
| _In_ BOOLEAN | Wait, | ||
| _In_ BOOLEAN | Poll | ||
| ) |
Definition at line 82 of file cport.c.
Definition at line 59 of file cport.c.
Definition at line 50 of file cport.c.