Defines

Common Class Definitions
[Printer Class Driver - LUFA/Drivers/Class/Printer.h]

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.