Common Class Definitions

Defines

#define PRNT_PORTSTATUS_NOTERROR   (1 << 3)
#define PRNT_PORTSTATUS_SELECT   (1 << 4)
#define PRNT_PORTSTATUS_PAPEREMPTY   (1 << 5)

Detailed Description

Description

Constants, Types and Enum definitions that are common to both Device and Host modes for the USB Printer Class.


Define Documentation

#define PRNT_PORTSTATUS_NOTERROR   (1 << 3)

Port status mask for a printer device, indicating that an error has *not* occurred.

#define PRNT_PORTSTATUS_PAPEREMPTY   (1 << 5)

Port status mask for a printer device, indicating that the device is currently out of paper.

#define PRNT_PORTSTATUS_SELECT   (1 << 4)

Port status mask for a printer device, indicating that the device is currently selected.


Generated on Wed Dec 23 18:41:44 2009 for LUFA (Formerly MyUSB) Library by  doxygen 1.6.1