tinyusb  0.4
Click here to lend your support to tinyusb donation and make a donation at pledgie.com
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
tusbd_descriptor_pointer_t Struct Reference

Descriptor pointer collector to all the needed. More...

#include <usbd.h>

Data Fields

uint8_t const * p_device
 pointer to device descritpor tusb_descriptor_device_t
 
uint8_t const * p_configuration
 pointer to the whole configuration descriptor, starting by tusb_descriptor_configuration_t
 
uint8_t const ** p_string_arr
 a array of pointers to string descriptors
 
uint8_t const * p_hid_keyboard_report
 pointer to HID report descriptor of Keybaord interface. Only needed if TUSB_CFG_DEVICE_HID_KEYBOARD is enabled
 
uint8_t const * p_hid_mouse_report
 pointer to HID report descriptor of Mouse interface. Only needed if TUSB_CFG_DEVICE_HID_MOUSE is enabled
 

Detailed Description

Descriptor pointer collector to all the needed.

Definition at line 66 of file usbd.h.


The documentation for this struct was generated from the following file: