usbx
_ux_host_stack_new_interface_create()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/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_new_interface_create()
_ux_host_stack_new_interface_create() function
Syntax
Show:
Summary
Declaration
from
ux_host_stack.h:176
UINT
_ux_host_stack_new_interface_create
(
UX_CONFIGURATION
*
configuration
,
UCHAR
*
descriptor
,
ULONG
length
)
;
Arguments
Argument
configuration
descriptor
length
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_configuration_set()
_ux_host_stack_interfaces_scan()
_ux_host_stack_new_configuration_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_new_interface_create
(
UX_CONFIGURATION
*
configuration
,
ux_host_stack_new_interface_create.c:85
UINT
_ux_host_stack_new_interface_create
(
UX_CONFIGURATION
*
configuration
,
UCHAR
*
descriptor
,
ULONG
length
)
;
ux_host_stack.h:176
status
=
_ux_host_stack_new_interface_create
(
configuration
,
descriptor
,
total_configuration_length
)
;
ux_host_stack_interfaces_scan.c:146
_ux_host_stack_interfaces_scan()
Call Tree
from
examples
_ux_host_stack_new_interface_create()
is called by 1 function and calls 4 functions:
_ux_host_stack_interfaces_scan()
All items filtered out
_ux_host_stack_new_interface_create()
_ux_utility_descriptor_parse()
_ux_utility_memory_allocate()
_ux_system_error_handler()
_ux_host_stack_new_endpoint_create()
All items filtered out
Data Use
from
examples
_ux_host_stack_new_interface_create()
reads 8 variables and writes 7 variables:
UX_INTERFACE_STRUCT::ux_interface_next_interface
UX_CONFIGURATION_STRUCT::ux_configuration_first_interface
UX_CONFIGURATION_STRUCT::ux_configuration_iad_class
UX_CONFIGURATION_STRUCT::ux_configuration_iad_subclass
UX_CONFIGURATION_STRUCT::ux_configuration_iad_protocol
UX_INTERFACE_DESCRIPTOR_STRUCT::bNumEndpoints
UX_INTERFACE_STRUCT::ux_interface_descriptor
_ux_system_interface_descriptor_structure
All items filtered out
_ux_host_stack_new_interface_create()
UX_INTERFACE_STRUCT::ux_interface_next_interface
UX_INTERFACE_STRUCT::ux_interface_configuration
UX_INTERFACE_STRUCT::ux_interface_iad_class
UX_INTERFACE_STRUCT::ux_interface_iad_subclass
UX_INTERFACE_STRUCT::ux_interface_iad_protocol
UX_CONFIGURATION_STRUCT::ux_configuration_first_interface
UX_INTERFACE_STRUCT::ux_interface_handle
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