Lines Matching defs:descriptor
48 * @brief Defines the descriptor type.
50 * The descriptor type can be defined in the HCS or the driver code.
94 * A value does not need to be assigned to the descriptor.
112 * @brief Defines a USB configuration descriptor.
128 * @brief Defines a USB device descriptor.
131 /** Pointer to the standard USB device descriptor */
140 * @brief Defines the descriptor data of USB devices.
146 /** Pointer to the USB device descriptor */
147 struct UsbFnDeviceDesc *descriptor;
161 * You can use this function to create a descriptor and bind it to a USB device of the specified UDC.
164 * @param descriptor Indicates the pointer to USB device descriptor data.
169 const struct UsbFnDevice *UsbFnCreateDevice(const char *udcName, struct UsbFnDescriptorData *descriptor);