projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Copy over schedulerless host demos to ClassDrivers directory, for later modification...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
HighLevel
/
Events.h
diff --git
a/LUFA/Drivers/USB/HighLevel/Events.h
b/LUFA/Drivers/USB/HighLevel/Events.h
index
ded027b
..
80ace87
100644
(file)
--- a/
LUFA/Drivers/USB/HighLevel/Events.h
+++ b/
LUFA/Drivers/USB/HighLevel/Events.h
@@
-165,7
+165,7
@@
* \note This event does not exist if the USB_DEVICE_ONLY token is supplied to the compiler (see
\r
* \ref Group_USBManagement documentation).
\r
*
\r
* \note This event does not exist if the USB_DEVICE_ONLY token is supplied to the compiler (see
\r
* \ref Group_USBManagement documentation).
\r
*
\r
- * \see \ref
TASK(USB_USBTask
) for more information on the USB management task and reducing CPU usage.
\r
+ * \see \ref
USB_USBTask(
) for more information on the USB management task and reducing CPU usage.
\r
*/
\r
void EVENT_USB_DeviceAttached(void);
\r
\r
*/
\r
void EVENT_USB_DeviceAttached(void);
\r
\r
@@
-178,7
+178,7
@@
* \note This event does not exist if the USB_DEVICE_ONLY token is supplied to the compiler (see
\r
* \ref Group_USBManagement documentation).
\r
*
\r
* \note This event does not exist if the USB_DEVICE_ONLY token is supplied to the compiler (see
\r
* \ref Group_USBManagement documentation).
\r
*
\r
- * \see \ref
TASK(USB_USBTask
) for more information on the USB management task and reducing CPU usage.
\r
+ * \see \ref
USB_USBTask(
) for more information on the USB management task and reducing CPU usage.
\r
*/
\r
void EVENT_USB_DeviceUnattached(void);
\r
\r
*/
\r
void EVENT_USB_DeviceUnattached(void);
\r
\r
@@
-267,11
+267,6
@@
* \ref Group_USBManagement documentation).
\r
*/
\r
void EVENT_USB_Reset(void);
\r
* \ref Group_USBManagement documentation).
\r
*/
\r
void EVENT_USB_Reset(void);
\r
-
\r
- /** Event for the USB start of frame interrupt, firing once each millisecond in either device or host
\r
- * mode, while USB frames are being generated or recieved.
\r
- */
\r
- void EVENT_USB_StartOfFrame(void);
\r
#endif
\r
\r
/* Private Interface - For use in library only: */
\r
#endif
\r
\r
/* Private Interface - For use in library only: */
\r
@@
-308,7
+303,6
@@
void EVENT_USB_Suspend(void) ATTR_WEAK ATTR_ALIAS(USB_Event_Stub);
\r
void EVENT_USB_WakeUp(void) ATTR_WEAK ATTR_ALIAS(USB_Event_Stub);
\r
void EVENT_USB_Reset(void) ATTR_WEAK ATTR_ALIAS(USB_Event_Stub);
\r
void EVENT_USB_Suspend(void) ATTR_WEAK ATTR_ALIAS(USB_Event_Stub);
\r
void EVENT_USB_WakeUp(void) ATTR_WEAK ATTR_ALIAS(USB_Event_Stub);
\r
void EVENT_USB_Reset(void) ATTR_WEAK ATTR_ALIAS(USB_Event_Stub);
\r
- void EVENT_USB_StartOfFrame(void) ATTR_WEAK ATTR_ALIAS(USB_Event_Stub);
\r
#endif
\r
#endif
\r
\r
#endif
\r
#endif
\r
\r