ReactOS 0.4.16-dev-122-g325d74c
|
#include <ntoskrnl.h>
#include <debug.h>
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 56 of file inbvport.c.
Referenced by HdlspEnableTerminal().
Definition at line 38 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 73 of file inbvport.c.
Referenced by HdlspEnableTerminal().
Definition at line 28 of file inbvport.c.
Referenced by HdlspDispatch().
Definition at line 47 of file inbvport.c.
Referenced by HdlspPutData(), and HdlspSendStringAtBaud().
Definition at line 65 of file inbvport.c.
Referenced by HdlspEnableTerminal().
CPPORT Port[4] |
Definition at line 16 of file inbvport.c.
Referenced by InbvPortEnableFifo(), InbvPortGetByte(), InbvPortInitialize(), InbvPortPollOnly(), InbvPortPutByte(), and InbvPortTerminate().