usbx
+
0
/2 examples
SourceVu will show references to
UX_SLAVE_CLASS_HID_EVENT
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Device_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
USBX
Ux_Device_HID
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_SLAVE_CLASS_HID_EVENT
UX_SLAVE_CLASS_HID_EVENT struct
Syntax
Show:
Summary
Declaration
from
ux_device_class_hid.h:149
typedef
struct
UX_SLAVE_CLASS_HID_EVENT_STRUCT
{
ULONG
ux_device_class_hid_event_report_id
;
ULONG
ux_device_class_hid_event_report_type
;
UCHAR
ux_device_class_hid_event_buffer
[
UX_DEVICE_CLASS_HID_EVENT_BUFFER_LENGTH
]
;
ULONG
ux_device_class_hid_event_length
;
}
UX_SLAVE_CLASS_HID_EVENT
;
Fields
Field
Declared as
UX_SLAVE_CLASS_HID_EVENT_STRUCT::ux_device_class_hid_event_report_type
ULONG
UX_SLAVE_CLASS_HID_EVENT_STRUCT::ux_device_class_hid_event_buffer
UCHAR
[
UX_DEVICE_CLASS_HID_EVENT_BUFFER_LENGTH
]
UX_SLAVE_CLASS_HID_EVENT_STRUCT::ux_device_class_hid_event_length
ULONG
UX_SLAVE_CLASS_HID_EVENT_STRUCT::ux_device_class_hid_event_report_id
ULONG
Related Functions
Found 2 other functions taking a
UX_SLAVE_CLASS_HID_EVENT_STRUCT
argument:
Function
_ux_device_class_hid_event_set()
_ux_device_class_hid_event_get()
Examples
UX_SLAVE_CLASS_HID_EVENT
is referenced by 2 libraries and example projects:
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