|
ReactOS 0.4.16-dev-2528-g7139e57
|

Go to the source code of this file.
Functions | |
| BOOLEAN NTAPI | InbvPortPollOnly (_In_ ULONG PortId) |
| BOOLEAN NTAPI | InbvPortGetByte (_In_ ULONG PortId, _Out_ PUCHAR Byte) |
| VOID NTAPI | InbvPortPutByte (_In_ ULONG PortId, _In_ UCHAR Byte) |
| VOID NTAPI | InbvPortEnableFifo (_In_ ULONG PortId, _In_ BOOLEAN Enable) |
| VOID NTAPI | InbvPortTerminate (_In_ ULONG PortId) |
| BOOLEAN NTAPI | InbvPortInitialize (_In_ ULONG BaudRate, _In_ ULONG PortNumber, _In_ PUCHAR PortAddress, _Out_ PULONG PortId, _In_ BOOLEAN IsMMIODevice) |
Variables | |
| CPPORT | Port [4] |
Definition at line 60 of file inbvport.c.
Referenced by HdlspEnableTerminal().
Definition at line 40 of file inbvport.c.
Referenced by HdlspDispatch().
| BOOLEAN NTAPI InbvPortInitialize | ( | _In_ ULONG | BaudRate, |
| _In_ ULONG | PortNumber, | ||
| _In_ PUCHAR | PortAddress, | ||
| _Out_ PULONG | PortId, | ||
| _In_ BOOLEAN | IsMMIODevice | ||
| ) |
Definition at line 79 of file inbvport.c.
Referenced by HdlspEnableTerminal().
Definition at line 29 of file inbvport.c.
Referenced by HdlspDispatch().
Definition at line 50 of file inbvport.c.
Referenced by HdlspPutData(), and HdlspSendStringAtBaud().
Definition at line 70 of file inbvport.c.
Referenced by HdlspEnableTerminal().
| CPPORT Port[4] |
Definition at line 17 of file inbvport.c.
Referenced by InbvPortEnableFifo(), InbvPortGetByte(), InbvPortInitialize(), InbvPortPollOnly(), InbvPortPutByte(), and InbvPortTerminate().