ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Macros | |
#define | LP_EXIST 0x0001 |
#define | LP_SELEC 0x0002 |
#define | LP_BUSY 0x0004 |
#define | LP_OFFL 0x0008 |
#define | LP_NOPA 0x0010 |
#define | LP_ERR 0x0020 |
#define | LP_ABORT 0x0040 |
#define | LP_CAREFUL 0x0080 |
#define | LP_ABORTOPEN 0x0100 |
#define | LP_INIT_CHAR 1000 |
#define | LP_INIT_WAIT 0 |
#define | LP_INIT_TIME 2 |
#define | LPCHAR 0x0601 /* corresponds to LP_INIT_CHAR */ |
#define | LPTIME 0x0602 /* corresponds to LP_INIT_TIME */ |
#define | LPABORT |
#define | LPSETIRQ |
#define | LPGETIRQ 0x0606 /* get the current IRQ number */ |
#define | LPWAIT 0x0608 /* corresponds to LP_INIT_WAIT */ |
#define | LPCAREFUL |
#define | LPABORTOPEN |
#define | LPGETSTATUS 0x060b /* return LP_S(minor) */ |
#define | LPRESET 0x060c /* reset printer */ |
#define | LP_TIMEOUT_INTERRUPT (60 * HZ) |
#define | LP_TIMEOUT_POLLED (10 * HZ) |
#define | LP_BUFFER_SIZE 256 |
#define | LP_PBUSY 0x80 /* inverted input, active high */ |
#define | LP_PACK 0x40 /* unchanged input, active low */ |
#define | LP_POUTPA 0x20 /* unchanged input, active high */ |
#define | LP_PSELECD 0x10 /* unchanged input, active high */ |
#define | LP_PERRORP 0x08 /* unchanged input, active low */ |
#define | LP_PINTEN 0x10 |
#define | LP_PSELECP 0x08 /* inverted output, active low */ |
#define | LP_PINITP 0x04 /* unchanged output, active low */ |
#define | LP_PAUTOLF 0x02 /* inverted output, active low */ |
#define | LP_PSTROBE 0x01 /* inverted output, active low */ |
#define | LP_DUMMY 0x00 |
#define | LP_DELAY 150000 |
#define LP_ABORT 0x0040 |
Definition at line 19 of file parallel.h.
#define LP_ABORTOPEN 0x0100 |
Definition at line 21 of file parallel.h.
#define LP_BUFFER_SIZE 256 |
Definition at line 85 of file parallel.h.
#define LP_BUSY 0x0004 |
Definition at line 15 of file parallel.h.
#define LP_CAREFUL 0x0080 |
Definition at line 20 of file parallel.h.
#define LP_DELAY 150000 |
Definition at line 129 of file parallel.h.
#define LP_DUMMY 0x00 |
Definition at line 123 of file parallel.h.
#define LP_ERR 0x0020 |
Definition at line 18 of file parallel.h.
#define LP_EXIST 0x0001 |
Definition at line 13 of file parallel.h.
#define LP_INIT_CHAR 1000 |
Definition at line 31 of file parallel.h.
#define LP_INIT_TIME 2 |
Definition at line 52 of file parallel.h.
#define LP_INIT_WAIT 0 |
Definition at line 40 of file parallel.h.
#define LP_NOPA 0x0010 |
Definition at line 17 of file parallel.h.
#define LP_OFFL 0x0008 |
Definition at line 16 of file parallel.h.
Definition at line 102 of file parallel.h.
#define LP_PAUTOLF 0x02 /* inverted output, active low */ |
Definition at line 115 of file parallel.h.
Definition at line 101 of file parallel.h.
Definition at line 105 of file parallel.h.
#define LP_PINITP 0x04 /* unchanged output, active low */ |
Definition at line 114 of file parallel.h.
#define LP_PINTEN 0x10 |
Definition at line 112 of file parallel.h.
Definition at line 103 of file parallel.h.
Definition at line 104 of file parallel.h.
#define LP_PSELECP 0x08 /* inverted output, active low */ |
Definition at line 113 of file parallel.h.
#define LP_PSTROBE 0x01 /* inverted output, active low */ |
Definition at line 116 of file parallel.h.
#define LP_SELEC 0x0002 |
Definition at line 14 of file parallel.h.
Definition at line 70 of file parallel.h.
Definition at line 71 of file parallel.h.
#define LPABORT |
Definition at line 57 of file parallel.h.
#define LPABORTOPEN |
Definition at line 62 of file parallel.h.
#define LPCAREFUL |
Definition at line 61 of file parallel.h.
#define LPCHAR 0x0601 /* corresponds to LP_INIT_CHAR */ |
Definition at line 55 of file parallel.h.
Definition at line 64 of file parallel.h.
#define LPSETIRQ |
Definition at line 58 of file parallel.h.
#define LPTIME 0x0602 /* corresponds to LP_INIT_TIME */ |
Definition at line 56 of file parallel.h.
#define LPWAIT 0x0608 /* corresponds to LP_INIT_WAIT */ |
Definition at line 60 of file parallel.h.