usbx
_ux_device_stack_interface_set()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
_ux_device_stack_interface_set()
_ux_device_stack_interface_set() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_api.h:2726
UINT
ux_device_stack_interface_set
(
UCHAR
*
device_framework
,
ULONG
device_framework_length
,
ULONG
alternate_setting_value
)
;
Implemented in
ux_device_stack_interface_set.c:84
Arguments
Argument
device_framework
device_framework_length
alternate_setting_value
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_device_stack_interface_set
(
UCHAR
*
device_framework
,
ULONG
device_framework_length
,
ux_device_stack_interface_set.c:84
UINT
ux_device_stack_interface_set
(
UCHAR
*
device_framework
,
ULONG
device_framework_length
,
ux_api.h:2726
UINT
_ux_device_stack_interface_set
(
UCHAR
*
device_framework
,
ULONG
device_framework_length
,
ux_device_stack.h:94
_ux_device_stack_interface_set
(
device_framework
,
device_framework_length
,
0
)
;
ux_device_stack_configuration_set.c:380
_ux_device_stack_configuration_set()
Call Tree
from
examples
_ux_device_stack_interface_set()
is called by 1 function and calls 3 functions:
_ux_device_stack_configuration_set()
All items filtered out
_ux_device_stack_interface_set()
UX_SLAVE_DCD_STRUCT::ux_slave_dcd_function
_ux_device_stack_interface_start()
_ux_utility_descriptor_parse()
All items filtered out
Data Use
from
examples
_ux_device_stack_interface_set()
reads 17 variables and writes 11 variables:
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_status
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_descriptor
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_next_endpoint
UX_SLAVE_INTERFACE_STRUCT::ux_slave_interface_status
UX_SLAVE_INTERFACE_STRUCT::ux_slave_interface_next_interface
UX_SLAVE_INTERFACE_STRUCT::ux_slave_interface_first_endpoint
UX_SLAVE_DEVICE_STRUCT::ux_slave_device_first_interface
UX_SLAVE_DEVICE_STRUCT::ux_slave_device_interfaces_pool
UX_SLAVE_DEVICE_STRUCT::ux_slave_device_interfaces_pool_number
UX_SLAVE_DEVICE_STRUCT::ux_slave_device_endpoints_pool
UX_SLAVE_DEVICE_STRUCT::ux_slave_device_endpoints_pool_number
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_speed
UX_ENDPOINT_DESCRIPTOR_STRUCT::bmAttributes
UX_ENDPOINT_DESCRIPTOR_STRUCT::wMaxPacketSize
_ux_system_slave
_ux_system_endpoint_descriptor_structure
_ux_system_interface_descriptor_structure
All items filtered out
_ux_device_stack_interface_set()
UX_SLAVE_TRANSFER_STRUCT::ux_slave_transfer_request_endpoint
UX_SLAVE_TRANSFER_STRUCT::ux_slave_transfer_request_transfer_length
UX_SLAVE_TRANSFER_STRUCT::ux_slave_transfer_request_timeout
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_status
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_next_endpoint
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_interface
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_device
UX_SLAVE_INTERFACE_STRUCT::ux_slave_interface_status
UX_SLAVE_INTERFACE_STRUCT::ux_slave_interface_next_interface
UX_SLAVE_INTERFACE_STRUCT::ux_slave_interface_first_endpoint
UX_SLAVE_DEVICE_STRUCT::ux_slave_device_first_interface
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