Conversion of old incomplete SideShow demo to new APIs.
This commit is contained in:
parent
bf041e8bbf
commit
f51017f8fb
7 changed files with 228 additions and 209 deletions
|
@ -85,8 +85,8 @@
|
|||
} USB_OSCompatibleIDDescriptor_t;
|
||||
|
||||
/* Function Prototypes: */
|
||||
uint16_t USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress)
|
||||
ATTR_WARN_UNUSED_RESULT ATTR_WEAK ATTR_NON_NULL_PTR_ARG(3);
|
||||
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress)
|
||||
ATTR_WARN_UNUSED_RESULT ATTR_WEAK ATTR_NON_NULL_PTR_ARG(3);
|
||||
|
||||
bool USB_GetOSFeatureDescriptor(const uint16_t wValue, const uint8_t wIndex,
|
||||
void** const DescriptorAddress, uint16_t* const DescriptorSize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue