RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
uhid_descriptor结构体 参考

#include <usb_common.h>

结构体

struct  hid_descriptor_list
 

成员变量

rt_uint8_t bLength
 
rt_uint8_t type
 
rt_uint16_t bcdHID
 
rt_uint8_t bCountryCode
 
rt_uint8_t bNumDescriptors
 
struct uhid_descriptor::hid_descriptor_list Descriptor [HID_SUB_DESCRIPTOR_MAX]
 

详细描述

在文件 usb_common.h444 行定义.

结构体成员变量说明

◆ bLength

rt_uint8_t uhid_descriptor::bLength

在文件 usb_common.h446 行定义.

◆ type

rt_uint8_t uhid_descriptor::type

在文件 usb_common.h447 行定义.

◆ bcdHID

rt_uint16_t uhid_descriptor::bcdHID

在文件 usb_common.h448 行定义.

◆ bCountryCode

rt_uint8_t uhid_descriptor::bCountryCode

在文件 usb_common.h449 行定义.

◆ bNumDescriptors

rt_uint8_t uhid_descriptor::bNumDescriptors

在文件 usb_common.h450 行定义.

◆ Descriptor

struct uhid_descriptor::hid_descriptor_list uhid_descriptor::Descriptor[HID_SUB_DESCRIPTOR_MAX]