ReactOS 0.4.16-dev-295-g4aee028
|
#include <ntdef.h>
Go to the source code of this file.
Classes | |
struct | _CPPORT |
Macros | |
#define | CP_GET_SUCCESS 0 |
#define | CP_GET_NODATA 1 |
#define | CP_GET_ERROR 2 |
#define | CPPORT_FLAG_MODEM_CONTROL 0x02 |
Typedefs | |
typedef struct _CPPORT | CPPORT |
typedef struct _CPPORT * | PCPPORT |
Functions | |
VOID NTAPI | CpEnableFifo (IN PUCHAR Address, IN BOOLEAN Enable) |
VOID NTAPI | CpSetBaud (IN PCPPORT Port, IN ULONG BaudRate) |
NTSTATUS NTAPI | CpInitialize (IN PCPPORT Port, IN PUCHAR Address, IN ULONG BaudRate) |
BOOLEAN NTAPI | CpDoesPortExist (IN PUCHAR Address) |
UCHAR NTAPI | CpReadLsr (IN PCPPORT Port, IN UCHAR ExpectedValue) |
USHORT NTAPI | CpGetByte (IN PCPPORT Port, OUT PUCHAR Byte, IN BOOLEAN Wait, IN BOOLEAN Poll) |
VOID NTAPI | CpPutByte (IN PCPPORT Port, IN UCHAR Byte) |
#define CP_GET_ERROR 2 |
Definition at line 20 of file cportlib.h.
#define CP_GET_NODATA 1 |
Definition at line 19 of file cportlib.h.
#define CP_GET_SUCCESS 0 |
Definition at line 18 of file cportlib.h.
#define CPPORT_FLAG_MODEM_CONTROL 0x02 |
Definition at line 25 of file cportlib.h.
Definition at line 224 of file cport.c.
Referenced by CpInitialize(), DetectKeyboardController(), DetectSerialPorts(), InbvPortInitialize(), KdDebuggerInitialize0(), KdPortInitializeEx(), and WinLdrPortInitialize().
Definition at line 51 of file cport.c.
Referenced by CpGetByte(), CpInitialize(), InbvPortEnableFifo(), and WinLdrEnableFifo().
Definition at line 253 of file cport.c.
Referenced by InbvPortGetByte(), InbvPortPollOnly(), KdPortGetByteEx(), KdpPollByte(), KdpReceiveByte(), WinLdrPortGetByte(), and WinLdrPortPollOnly().
Definition at line 85 of file cport.c.
Referenced by InbvPortInitialize(), KdDebuggerInitialize0(), KdPortInitializeEx(), KdpPortInitialize(), LlbHwOmap3UartInitialize(), and WinLdrPortInitialize().
Definition at line 303 of file cport.c.
Referenced by InbvPortPutByte(), KdPortPutByteEx(), KdpSendByte(), LlbHwUartSendChar(), and WinLdrPortPutByte().
Definition at line 231 of file cport.c.
Referenced by CpGetByte(), and CpPutByte().
Definition at line 62 of file cport.c.
Referenced by CpInitialize().