USB_Host_Shield_2.0
|
#include <inttypes.h>
#include <avr/pgmspace.h>
#include "printhex.h"
#include "hexdump.h"
#include "message.h"
#include "parsetools.h"
Go to the source code of this file.
Classes | |
class | UsbConfigXtracter |
class | ConfigDescParser< CLASS_ID, SUBCLASS_ID, PROTOCOL_ID, MASK > |
Macros | |
#define | CP_MASK_COMPARE_CLASS 1 |
#define | CP_MASK_COMPARE_SUBCLASS 2 |
#define | CP_MASK_COMPARE_PROTOCOL 4 |
#define | CP_MASK_COMPARE_ALL 7 |
#define CP_MASK_COMPARE_ALL 7 |
Definition at line 41 of file confdescparser.h.
#define CP_MASK_COMPARE_CLASS 1 |
Definition at line 38 of file confdescparser.h.
#define CP_MASK_COMPARE_PROTOCOL 4 |
Definition at line 40 of file confdescparser.h.
#define CP_MASK_COMPARE_SUBCLASS 2 |
Definition at line 39 of file confdescparser.h.