usbx
+
0
/1 examples
SourceVu will show references to
UX_SYSTEM_SLAVE
from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
USBX
Ux_Device_DFU
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_SYSTEM_SLAVE
UX_SYSTEM_SLAVE struct
Syntax
Show:
Summary
Declaration
from
ux_api.h:2476
typedef
struct
UX_SYSTEM_SLAVE_STRUCT
{
UX_SLAVE_DCD
ux_system_slave_dcd
;
UX_SLAVE_DEVICE
ux_system_slave_device
;
UCHAR
*
ux_system_slave_device_framework
;
ULONG
ux_system_slave_device_framework_length
;
UCHAR
*
ux_system_slave_device_framework_full_speed
;
ULONG
ux_system_slave_device_framework_length_full_speed
;
UCHAR
*
ux_system_slave_device_framework_high_speed
;
ULONG
ux_system_slave_device_framework_length_high_speed
;
UCHAR
*
ux_system_slave_string_framework
;
ULONG
ux_system_slave_string_framework_length
;
UCHAR
*
ux_system_slave_language_id_framework
;
ULONG
ux_system_slave_language_id_framework_length
;
UCHAR
*
ux_system_slave_dfu_framework
;
ULONG
ux_system_slave_dfu_framework_length
;
#if
UX_MAX_SLAVE_CLASS_DRIVER
>
1
UINT
ux_system_slave_max_class
;
#endif
UX_SLAVE_CLASS
*
ux_system_slave_class_array
;
UX_SLAVE_CLASS
*
ux_system_slave_interface_class_array
[
UX_MAX_SLAVE_INTERFACES
]
;
ULONG
ux_system_slave_speed
;
ULONG
ux_system_slave_power_state
;
ULONG
ux_system_slave_remote_wakeup_capability
;
ULONG
ux_system_slave_remote_wakeup_enabled
;
ULONG
ux_system_slave_device_dfu_capabilities
;
ULONG
ux_system_slave_device_dfu_detach_timeout
;
ULONG
ux_system_slave_device_dfu_transfer_size
;
ULONG
ux_system_slave_device_dfu_state_machine
;
ULONG
ux_system_slave_device_dfu_mode
;
UINT
(
*
ux_system_slave_change_function
)
(
ULONG
)
;
ULONG
ux_system_slave_device_vendor_request
;
UINT
(
*
ux_system_slave_device_vendor_request_function
)
(
ULONG
,
ULONG
,
ULONG
,
ULONG
,
UCHAR
*
,
ULONG
*
)
;
}
UX_SYSTEM_SLAVE
;
Fields
Field
Declared as
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_dcd
UX_SLAVE_DCD
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device
UX_SLAVE_DEVICE
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_framework
UCHAR
*
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_framework_length
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_framework_full_speed
UCHAR
*
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_framework_length_full_speed
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_framework_high_speed
UCHAR
*
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_framework_length_high_speed
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_string_framework
UCHAR
*
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_string_framework_length
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_language_id_framework
UCHAR
*
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_language_id_framework_length
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_dfu_framework
UCHAR
*
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_dfu_framework_length
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_max_class
UINT
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_class_array
UX_SLAVE_CLASS
*
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_interface_class_array
UX_SLAVE_CLASS
*
[
UX_MAX_SLAVE_INTERFACES
]
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_speed
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_power_state
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_remote_wakeup_capability
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_remote_wakeup_enabled
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_dfu_capabilities
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_dfu_detach_timeout
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_dfu_transfer_size
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_dfu_state_machine
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_dfu_mode
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_change_function
UINT
(
*
)
(
ULONG
)
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_vendor_request
ULONG
UX_SYSTEM_SLAVE_STRUCT::ux_system_slave_device_vendor_request_function
UINT
(
*
)
(
ULONG
,
ULONG
,
ULONG
,
ULONG
,
UCHAR
*
,
ULONG
*
)
Examples
UX_SYSTEM_SLAVE
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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