usbx
_ux_host_stack_configuration_set()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
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_configuration_set()
_ux_host_stack_configuration_set() function
Syntax
Show:
Summary
Declaration
from
ux_host_stack.h:137
UINT
_ux_host_stack_configuration_set
(
UX_CONFIGURATION
*
configuration
)
;
Arguments
Argument
configuration
Related Functions
Found 15 other functions taking a
UX_CONFIGURATION_STRUCT
argument:
Function
_ux_host_stack_device_configuration_select()
_ux_host_stack_configuration_interface_get()
_ux_host_stack_device_configuration_get()
_ux_host_stack_configuration_instance_delete()
_ux_host_stack_configuration_interface_scan()
_ux_host_stack_device_configuration_activate()
_ux_host_stack_configuration_descriptor_parse()
_ux_host_stack_configuration_instance_create()
_ux_host_stack_interfaces_scan()
_ux_host_stack_new_configuration_create()
_ux_host_stack_new_interface_create()
ux_host_stack_configuration_interface_get()
ux_host_stack_device_configuration_activate()
ux_host_stack_device_configuration_get()
ux_host_stack_device_configuration_select()
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_host_stack_configuration_set
(
UX_CONFIGURATION
*
configuration
)
ux_host_stack_configuration_set.c:90
UINT
_ux_host_stack_configuration_set
(
UX_CONFIGURATION
*
configuration
)
;
ux_host_stack.h:137
status
=
_ux_host_stack_configuration_set
(
configuration
)
;
ux_host_stack_device_configuration_select.c:145
_ux_host_stack_device_configuration_select()
Call Tree
from
examples
_ux_host_stack_configuration_set()
is called by 1 function and calls 1 function:
_ux_host_stack_device_configuration_select()
All items filtered out
_ux_host_stack_configuration_set()
_ux_host_stack_transfer_request()
All items filtered out
Data Use
from
examples
_ux_host_stack_configuration_set()
reads 4 variables and writes 8 variables:
UX_CONFIGURATION_DESCRIPTOR_STRUCT::bConfigurationValue
UX_CONFIGURATION_DESCRIPTOR_STRUCT::bmAttributes
UX_CONFIGURATION_STRUCT::ux_configuration_descriptor
UX_CONFIGURATION_STRUCT::ux_configuration_device
All items filtered out
_ux_host_stack_configuration_set()
UX_TRANSFER_STRUCT::ux_transfer_request_requested_length
UX_TRANSFER_STRUCT::ux_transfer_request_type
UX_TRANSFER_STRUCT::ux_transfer_request_function
UX_TRANSFER_STRUCT::ux_transfer_request_value
UX_TRANSFER_STRUCT::ux_transfer_request_index
UX_DEVICE_STRUCT::ux_device_state
UX_DEVICE_STRUCT::ux_device_power_source
UX_DEVICE_STRUCT::ux_device_current_configuration
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