Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG_patch mbed-rtos mbed
USBH_HID_PARSER_Private_Functions
[USBH_HID_PARSER]
Functions | |
| uint32_t | HID_ReadItem (HID_Report_ItemTypedef *ri, uint8_t ndx) |
| HID_ReadItem The function read a report item. | |
| uint32_t | HID_WriteItem (HID_Report_ItemTypedef *ri, uint32_t value, uint8_t ndx) |
| HID_WriteItem The function write a report item. | |
Function Documentation
| uint32_t HID_ReadItem | ( | HID_Report_ItemTypedef * | ri, |
| uint8_t | ndx | ||
| ) |
HID_ReadItem The function read a report item.
- Parameters:
-
ri,: report item ndx,: report index
- Return values:
-
status (0 : fail / otherwise: item value)
Definition at line 100 of file usbh_hid_parser.c.
| uint32_t HID_WriteItem | ( | HID_Report_ItemTypedef * | ri, |
| uint32_t | value, | ||
| uint8_t | ndx | ||
| ) |
HID_WriteItem The function write a report item.
- Parameters:
-
ri,: report item ndx,: report index
- Return values:
-
status (1: fail/ 0 : Ok)
Definition at line 168 of file usbh_hid_parser.c.
Generated on Tue Jul 12 2022 14:58:50 by
1.7.2