Home
last modified time | relevance | path

Searched refs:physical_max (Results 1 – 2 of 2) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/hid/Include/
A Dusbh_hid_parser.h51 uint32_t physical_max; /*max value read can report*/ member
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/hid/Source/
A Dusbh_hid_parser.c114 if ((value < ri->physical_min) || (value > ri->physical_max)) { in hid_item_write()

Completed in 6 milliseconds