STM32_USB_Host_Library
HID_ReadItem()
is only used within STM32_USB_Host_Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32_USB_Host_Library
HID_ReadItem()
HID_ReadItem() function
HID_ReadItem The function read a report item.
Syntax
Show:
Summary
Declaration
Definition
from
usbh_hid_parser.h:68
uint32_t
HID_ReadItem
(
HID_Report_ItemTypedef
*
ri
,
uint8_t
ndx
)
;
Implemented in
usbh_hid_parser.c:99
Arguments
Argument
Description
ri
report item
ndx
report index
Return value
status (0 : fail / otherwise: item value)
Related Functions
Found 1 other functions taking a
HID_Report_ItemTypedef
argument:
Function
Description
HID_WriteItem()
HID_WriteItem The function write a report item.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out