usbx
_ux_host_class_hid_periodic_report_stop()
is only used within usbx.
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
usbx
_ux_host_class_hid_periodic_report_stop()
_ux_host_class_hid_periodic_report_stop() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_hid.h:1073
UINT
_ux_host_class_hid_periodic_report_stop
(
UX_HOST_CLASS_HID
*
hid
)
;
Implemented in
ux_host_class_hid_periodic_report_stop.c:80
Arguments
Argument
hid
Related Functions
Found 23 other functions taking a
UX_HOST_CLASS_HID_STRUCT
argument:
Function
_ux_host_class_hid_report_id_get()
_ux_host_class_hid_periodic_report_start()
_ux_host_class_hid_report_callback_register()
_ux_host_class_hid_report_decompress()
_ux_host_class_hid_report_set()
_ux_host_class_hid_idle_set()
_ux_host_class_hid_instance_clean()
_ux_host_class_hid_main_item_parse()
_ux_host_class_hid_report_add()
_ux_host_class_hid_report_compress()
_ux_host_class_hid_report_descriptor_get()
_ux_host_class_hid_resources_free()
_ux_host_class_hid_client_search()
_ux_host_class_hid_configure()
_ux_host_class_hid_descriptor_parse()
_ux_host_class_hid_global_item_parse()
_ux_host_class_hid_interrupt_endpoint_search()
_ux_host_class_hid_local_item_parse()
_ux_host_class_hid_report_get()
_ux_host_class_hid_idle_get()
ux_host_class_hid_report_set_buffer_allocate()
_ux_host_class_hid_idle_set_run()
_ux_host_class_hid_report_set_run()
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_host_class_hid_periodic_report_stop
(
UX_HOST_CLASS_HID
*
hid
)
ux_host_class_hid_periodic_report_stop.c:80
UINT
_ux_host_class_hid_periodic_report_stop
(
UX_HOST_CLASS_HID
*
hid
)
;
ux_host_class_hid.h:1073
status
=
_ux_host_class_hid_periodic_report_stop
(
hid
)
;
ux_host_class_hid_keyboard_deactivate.c:93
_ux_host_class_hid_keyboard_deactivate()
status
=
_ux_host_class_hid_periodic_report_stop
(
hid
)
;
ux_host_class_hid_mouse_deactivate.c:87
_ux_host_class_hid_mouse_deactivate()
Call Tree
from
examples
_ux_host_class_hid_periodic_report_stop()
is called by 2 functions and calls 3 functions:
_ux_host_class_hid_keyboard_deactivate()
_ux_host_class_hid_mouse_deactivate()
All items filtered out
_ux_host_class_hid_periodic_report_stop()
_ux_host_stack_endpoint_transfer_abort()
_ux_system_error_handler()
_ux_host_stack_class_instance_verify()
All items filtered out
Data Use
from
examples
_ux_host_class_hid_periodic_report_stop()
reads 3 variables and writes 1 variable:
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_interrupt_endpoint
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_interrupt_endpoint_status
_ux_system_host_class_hid_name
All items filtered out
_ux_host_class_hid_periodic_report_stop()
UX_HOST_CLASS_HID_STRUCT::ux_host_class_hid_interrupt_endpoint_status
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