projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git]
/
Projects
/
HIDReportViewer
/
HIDReportViewer.h
diff --git
a/Projects/HIDReportViewer/HIDReportViewer.h
b/Projects/HIDReportViewer/HIDReportViewer.h
index
f4e131f
..
ea8b6b9
100644
(file)
--- a/
Projects/HIDReportViewer/HIDReportViewer.h
+++ b/
Projects/HIDReportViewer/HIDReportViewer.h
@@
-69,6
+69,10
@@
\r
/* Function Prototypes: */
\r
void SetupHardware(void);
\r
\r
/* Function Prototypes: */
\r
void SetupHardware(void);
\r
+ void RetrieveDeviceData(void);
\r
+ void OutputReportSizes(void);
\r
+ void OutputParsedReportItems(void);
\r
+ void OutputCollectionPath(const HID_CollectionPath_t* const CollectionPath);
\r
\r
void EVENT_USB_Host_HostError(const uint8_t ErrorCode);
\r
void EVENT_USB_Host_DeviceAttached(void);
\r
\r
void EVENT_USB_Host_HostError(const uint8_t ErrorCode);
\r
void EVENT_USB_Host_DeviceAttached(void);
\r