[求助] stm32之USB开发求助

liuchang---   2015-6-10 13:38 楼主
这是stm32 USB模块开发中的一个结构体,小弟对这个结构体的具体作用不是很了解,恳请大神指教~~~
typedef struct _DEVICE_INFO
{
  uint8_t USBbmRequestType;       /* bmRequestType */
  uint8_t USBbRequest;            /* bRequest */
  uint16_t_uint8_t USBwValues;         /* wValue */
  uint16_t_uint8_t USBwIndexs;         /* wIndex */
  uint16_t_uint8_t USBwLengths;        /* wLength */

  uint8_t ControlState;           /* of type CONTROL_STATE */这个的作用是什么?
  uint8_t Current_Feature;
  uint8_t Current_Configuration;   /* Selected configuration */这个的作用是什么?
  uint8_t Current_Interface;       /* Selected interface of current configuration */
  uint8_t Current_AlternateSetting;/* Selected Alternate Setting of current
                                     interface*/

  ENDPOINT_INFO Ctrl_Info;
}DEVICE_INFO;

回复评论 (1)

usb2.0的手册第九章~
construction complete!
点赞  2015-6-10 16:45
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复