usbx
_ux_host_stack_device_remove()
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_stack_device_remove()
_ux_host_stack_device_remove() function
Syntax
Show:
Summary
Declaration
from
ux_host_stack.h:149
UINT
_ux_host_stack_device_remove
(
UX_HCD
*
hcd
,
UX_DEVICE
*
parent
,
UINT
port_index
)
;
Arguments
Argument
hcd
parent
port_index
Related Functions
Found 16 other functions taking a
UX_HCD_STRUCT
argument:
Function
_ux_hcd_stm32_initialize()
_ux_host_stack_rh_device_extraction()
_ux_host_stack_rh_device_insertion()
_ux_host_stack_bandwidth_release()
_ux_host_stack_bandwidth_claim()
_ux_host_stack_bandwidth_check()
_ux_host_stack_new_device_create()
_ux_hcd_stm32_entry()
_ux_hcd_ehci_initialize()
_ux_hcd_isp1161_initialize()
_ux_hcd_ohci_initialize()
_ux_hcd_sim_host_initialize()
ux_hcd_ehci_initialize()
ux_hcd_isp1161_initialize()
ux_hcd_ohci_initialize()
ux_hcd_sim_host_initialize()
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_host_stack_device_remove
(
UX_HCD
*
hcd
,
UX_DEVICE
*
parent
,
UINT
port_index
)
ux_host_stack_device_remove.c:85
UINT
_ux_host_stack_device_remove
(
UX_HCD
*
hcd
,
UX_DEVICE
*
parent
,
UINT
port_index
)
;
ux_host_stack.h:149
_ux_host_stack_device_remove
(
hcd
,
UX_DEVICE_PARENT_GET
(
device
)
,
ux_host_stack_hcd_unregister.c:178
_ux_host_stack_hcd_unregister()
_ux_host_stack_device_remove
(
hcd
,
0
,
port_index
)
;
ux_host_stack_rh_device_extraction.c:80
_ux_host_stack_rh_device_extraction()
_ux_host_stack_device_remove
(
hcd
,
UX_NULL
,
port_index
)
;
ux_host_stack_rh_device_insertion.c:219
_ux_host_stack_rh_device_insertion()
Call Tree
from
examples
_ux_host_stack_device_remove()
is called by 3 functions and calls 4 functions:
_ux_host_stack_hcd_unregister()
_ux_host_stack_rh_device_extraction()
_ux_host_stack_rh_device_insertion()
All items filtered out
_ux_host_stack_device_remove()
UX_SYSTEM_HOST_STRUCT::ux_system_host_change_function
UX_HOST_CLASS_STRUCT::ux_host_class_entry_function
_ux_system_error_handler()
_ux_host_stack_device_resources_free()
All items filtered out
Data Use
from
examples
_ux_host_stack_device_remove()
reads 16 variables and writes 4 variables:
UX_INTERFACE_STRUCT::ux_interface_class_instance
UX_INTERFACE_STRUCT::ux_interface_next_interface
UX_HCD_STRUCT::ux_hcd_nb_devices
UX_SYSTEM_HOST_STRUCT::ux_system_host_hcd_array
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_devices
UX_SYSTEM_HOST_STRUCT::ux_system_host_device_array
UX_SYSTEM_HOST_STRUCT::ux_system_host_change_function
UX_DEVICE_STRUCT::ux_device_handle
UX_DEVICE_STRUCT::ux_device_current_configuration
UX_DEVICE_STRUCT::ux_device_class
UX_DEVICE_STRUCT::ux_device_class_instance
UX_DEVICE_STRUCT::ux_device_port_location
UX_DEVICE_STRUCT::ux_device_parent
UX_CONFIGURATION_STRUCT::ux_configuration_first_interface
UX_INTERFACE_STRUCT::ux_interface_class
_ux_system_host
All items filtered out
_ux_host_stack_device_remove()
UX_HCD_STRUCT::ux_hcd_nb_devices
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_request
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_instance
UX_DEVICE_STRUCT::ux_device_state
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