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

HID_Report_ItemTypedef::physical_max field

Syntax

uint32_t physical_max;

References

LocationReferrerText
usbh_hid_parser.h:62
uint32_t physical_max; /*max value read can report*/
usbh_hid_parser.c:175HID_WriteItem()
if ((value < ri->physical_min) || (value > ri->physical_max))

Data Use

Functions reading HID_Report_ItemTypedef::physical_max
HID_Report_ItemTypedef::physical_max
all items filtered out
Type of HID_Report_ItemTypedef::physical_max
HID_Report_ItemTypedef::physical_max
uint32_t
all items filtered out