HID_Report_ItemTypedef is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

HID_Report_ItemTypedef struct

Syntax

typedef struct {   uint8_t  *data;   uint32_t size;   uint8_t  shift;   uint8_t  count;   uint8_t  sign;   uint32_t logical_min;     uint32_t logical_max;     uint32_t physical_min;    uint32_t physical_max;    uint32_t resolution; } HID_Report_ItemTypedef;

Fields

data

No summary provided. Read more...

size

No summary provided. Read more...

shift

No summary provided. Read more...

count

No summary provided. Read more...

sign

No summary provided. Read more...

logical_min

No summary provided. Read more...

logical_max

No summary provided. Read more...

physical_min

No summary provided. Read more...

physical_max

No summary provided. Read more...

resolution

No summary provided. Read more...

References

LocationReferrerScopeText
usbh_hid_parser.h:52
typedef struct
usbh_hid_parser.h:65
usbh_hid_keybd.c:99imp_0_lctrl
usbh_hid_keybd.c:112imp_0_lshift
usbh_hid_keybd.c:125imp_0_lalt
usbh_hid_keybd.c:138imp_0_lgui
usbh_hid_keybd.c:151imp_0_rctrl
usbh_hid_keybd.c:164imp_0_rshift
usbh_hid_keybd.c:177imp_0_ralt
usbh_hid_keybd.c:190imp_0_rgui
usbh_hid_keybd.c:204imp_0_key_array
usbh_hid_keybd.c:404USBH_HID_KeybdDecode()
usbh_hid_keybd.c:405USBH_HID_KeybdDecode()
usbh_hid_keybd.c:406USBH_HID_KeybdDecode()
usbh_hid_keybd.c:407USBH_HID_KeybdDecode()
usbh_hid_keybd.c:408USBH_HID_KeybdDecode()
usbh_hid_keybd.c:409USBH_HID_KeybdDecode()
usbh_hid_keybd.c:410USBH_HID_KeybdDecode()
usbh_hid_keybd.c:411USBH_HID_KeybdDecode()
usbh_hid_keybd.c:415USBH_HID_KeybdDecode()
usbh_hid_mouse.c:90prop_b1
usbh_hid_mouse.c:105prop_b2
usbh_hid_mouse.c:120prop_b3
usbh_hid_mouse.c:135prop_x
usbh_hid_mouse.c:150prop_y
usbh_hid_mouse.c:251USBH_HID_MouseDecode()
usbh_hid_mouse.c:252USBH_HID_MouseDecode()
usbh_hid_mouse.c:254USBH_HID_MouseDecode()
usbh_hid_mouse.c:255USBH_HID_MouseDecode()
usbh_hid_mouse.c:256USBH_HID_MouseDecode()
usbh_hid_parser.c:99HID_ReadItem()::riHID_ReadItem()
usbh_hid_parser.c:167HID_WriteItem()::riHID_WriteItem()
uint32_t HID_WriteItem(HID_Report_ItemTypedef *ri, uint32_t value, uint8_t ndx)
usbh_hid_parser.h:65HID_Report_ItemTypedef
usbh_hid_parser.h:68HID_ReadItem()::riHID_ReadItem()
usbh_hid_parser.h:69HID_WriteItem()::riHID_WriteItem()
uint32_t HID_WriteItem(HID_Report_ItemTypedef *ri, uint32_t value, uint8_t ndx);

Type Use

all items filtered out
HID_Report_ItemTypedef
all items filtered out