-
- Downloads
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new...
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode.
Showing
- Demos/Device/ClassDriver/GenericHID/GenericHID.c 5 additions, 9 deletionsDemos/Device/ClassDriver/GenericHID/GenericHID.c
- Demos/Device/ClassDriver/GenericHID/GenericHID.h 1 addition, 2 deletionsDemos/Device/ClassDriver/GenericHID/GenericHID.h
- Demos/Device/ClassDriver/Joystick/Joystick.c 4 additions, 8 deletionsDemos/Device/ClassDriver/Joystick/Joystick.c
- Demos/Device/ClassDriver/Joystick/Joystick.h 1 addition, 0 deletionsDemos/Device/ClassDriver/Joystick/Joystick.h
- Demos/Device/ClassDriver/Keyboard/Keyboard.c 4 additions, 8 deletionsDemos/Device/ClassDriver/Keyboard/Keyboard.c
- Demos/Device/ClassDriver/Keyboard/Keyboard.h 1 addition, 0 deletionsDemos/Device/ClassDriver/Keyboard/Keyboard.h
- Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c 4 additions, 8 deletionsDemos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
- Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h 1 addition, 0 deletionsDemos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h
- Demos/Device/ClassDriver/Mouse/Mouse.c 4 additions, 8 deletionsDemos/Device/ClassDriver/Mouse/Mouse.c
- Demos/Device/ClassDriver/Mouse/Mouse.h 1 addition, 0 deletionsDemos/Device/ClassDriver/Mouse/Mouse.h
- Demos/Device/LowLevel/GenericHID/GenericHID.h 1 addition, 1 deletionDemos/Device/LowLevel/GenericHID/GenericHID.h
- Demos/Device/LowLevel/Keyboard/Keyboard.c 4 additions, 10 deletionsDemos/Device/LowLevel/Keyboard/Keyboard.c
- Demos/Device/LowLevel/Keyboard/Keyboard.h 1 addition, 1 deletionDemos/Device/LowLevel/Keyboard/Keyboard.h
- Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h 1 addition, 0 deletionsDemos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h
- Demos/Device/LowLevel/Mouse/Mouse.c 4 additions, 10 deletionsDemos/Device/LowLevel/Mouse/Mouse.c
- Demos/Device/LowLevel/Mouse/Mouse.h 1 addition, 1 deletionDemos/Device/LowLevel/Mouse/Mouse.h
- LUFA/Drivers/USB/Class/Device/HID.h 3 additions, 1 deletionLUFA/Drivers/USB/Class/Device/HID.h
- LUFA/Drivers/USB/HighLevel/Events.h 13 additions, 0 deletionsLUFA/Drivers/USB/HighLevel/Events.h
- LUFA/Drivers/USB/HighLevel/USBInterrupt.c 7 additions, 0 deletionsLUFA/Drivers/USB/HighLevel/USBInterrupt.c
- LUFA/Drivers/USB/LowLevel/Device.h 15 additions, 0 deletionsLUFA/Drivers/USB/LowLevel/Device.h
Loading
Please register or sign in to comment