Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera 059307d89c
Use static inline intermediatary functions in Endpoint.h to handle the masking for the private endpoint configuration routine, instead of performing the masking in the Endpoint_ConfigureEndpoint() macro.
15 anni fa
..
Template Add missing const qualifiers to class drivers. 15 anni fa
Device.c Add missing eol-style properties to new source files. 15 anni fa
Device.h Update size of compiled Mouse demo in documentation, fix indenting in Device.h. 15 anni fa
Endpoint.c Add missing const qualifiers to class drivers. 15 anni fa
Endpoint.h Use static inline intermediatary functions in Endpoint.h to handle the masking for the private endpoint configuration routine, instead of performing the masking in the Endpoint_ConfigureEndpoint() macro. 15 anni fa
Host.c Add missing const qualifiers to class drivers. 15 anni fa
Host.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 15 anni fa
OTG.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 15 anni fa
Pipe.c Add missing const qualifiers to class drivers. 15 anni fa
Pipe.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 15 anni fa
USBController.c Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. 15 anni fa
USBController.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 15 anni fa
USBInterrupt.c Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the control endpoint is not properly selected when the ISR completes. 15 anni fa
USBInterrupt.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 15 anni fa