usbx
_ux_device_stack_interface_delete()
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_device_stack_interface_delete()
_ux_device_stack_interface_delete() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_api.h:2724
UINT
ux_device_stack_interface_delete
(
UX_SLAVE_INTERFACE
*
interface
)
;
Implemented in
ux_device_stack_interface_delete.c:74
Arguments
Argument
interface
Related Functions
Found 3 other functions taking a
UX_SLAVE_INTERFACE_STRUCT
argument:
Function
_ux_device_stack_interface_start()
ux_device_stack_interface_delete()
ux_device_stack_interface_start()
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_device_stack_interface_delete
(
UX_SLAVE_INTERFACE
*
interface
)
ux_device_stack_interface_delete.c:74
UINT
ux_device_stack_interface_delete
(
UX_SLAVE_INTERFACE
*
interface
)
;
ux_api.h:2724
UINT
_ux_device_stack_interface_delete
(
UX_SLAVE_INTERFACE
*
interface
)
;
ux_device_stack.h:92
_ux_device_stack_interface_delete
(
interface
)
;
ux_device_stack_configuration_set.c:197
_ux_device_stack_configuration_set()
_ux_device_stack_interface_delete
(
interface
)
;
ux_device_stack_disconnect.c:138
_ux_device_stack_disconnect()
Call Tree
from
examples
_ux_device_stack_interface_delete()
is called by 2 functions and calls 1 function:
_ux_device_stack_configuration_set()
_ux_device_stack_disconnect()
All items filtered out
_ux_device_stack_interface_delete()
UX_SLAVE_DCD_STRUCT::ux_slave_dcd_function
All items filtered out
Data Use
from
examples
_ux_device_stack_interface_delete()
reads 4 variables and writes 11 variables:
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_next_endpoint
UX_SLAVE_INTERFACE_STRUCT::ux_slave_interface_next_interface
UX_SLAVE_INTERFACE_STRUCT::ux_slave_interface_first_endpoint
_ux_system_slave
All items filtered out
_ux_device_stack_interface_delete()
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_status
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_state
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_class
UX_SLAVE_INTERFACE_STRUCT::ux_slave_interface_class_instance
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