You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera cce8760b91
Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to USB_Init() now defaults the controller into UID selection mode.
14 years ago
..
Device.c Add missing eol-style properties to new source files. 14 years ago
Device.h Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions to retrieve the current USB frame number. 14 years ago
Endpoint.c Must save and restore the endpoint/pipe interrupt enable flags during reconfiguration of all endpoints/pipes in the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() routines. 14 years ago
Endpoint.h Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() functions. 14 years ago
Host.c Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions to retrieve the current USB frame number. 14 years ago
Host.h Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions to retrieve the current USB frame number. 14 years ago
OTG.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 14 years ago
Pipe.c Must save and restore the endpoint/pipe interrupt enable flags during reconfiguration of all endpoints/pipes in the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() routines. 14 years ago
Pipe.h Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() functions. 14 years ago
USBController.c Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to USB_Init() now defaults the controller into UID selection mode. 14 years ago
USBController.h Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to USB_Init() now defaults the controller into UID selection mode. 14 years ago
USBInterrupt.c Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to USB_Init() now defaults the controller into UID selection mode. 14 years ago
USBInterrupt.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 14 years ago