ReactOS 0.4.15-dev-7924-g5949c20
hardware.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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 */
 

Macro Definition Documentation

◆ LP_PACK

#define LP_PACK   0x40 /* unchanged input, active low */

Definition at line 25 of file hardware.h.

◆ LP_PAUTOLF

#define LP_PAUTOLF   0x02 /* inverted output, active low */

Definition at line 38 of file hardware.h.

◆ LP_PBUSY

#define LP_PBUSY   0x80 /* inverted input, active high */

Definition at line 24 of file hardware.h.

◆ LP_PERRORP

#define LP_PERRORP   0x08 /* unchanged input, active low */

Definition at line 28 of file hardware.h.

◆ LP_PINITP

#define LP_PINITP   0x04 /* unchanged output, active low */

Definition at line 37 of file hardware.h.

◆ LP_PINTEN

#define LP_PINTEN   0x10

Definition at line 35 of file hardware.h.

◆ LP_POUTPA

#define LP_POUTPA   0x20 /* unchanged input, active high */

Definition at line 26 of file hardware.h.

◆ LP_PSELECD

#define LP_PSELECD   0x10 /* unchanged input, active high */

Definition at line 27 of file hardware.h.

◆ LP_PSELECP

#define LP_PSELECP   0x08 /* inverted output, active low */

Definition at line 36 of file hardware.h.

◆ LP_PSTROBE

#define LP_PSTROBE   0x01 /* inverted output, active low */

Definition at line 39 of file hardware.h.