usbx
UX_SYSTEM_HOST
is only used within usbx.
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_HOST
UX_SYSTEM_HOST struct
Syntax
Show:
Summary
Declaration
from
ux_api.h:2391
typedef
struct
UX_SYSTEM_HOST_STRUCT
{
#if
UX_MAX_CLASS_DRIVER
>
1
UINT
ux_system_host_max_class
;
#endif
UX_HOST_CLASS
*
ux_system_host_class_array
;
#if
UX_MAX_HCD
>
1
UINT
ux_system_host_max_hcd
;
#endif
UINT
ux_system_host_registered_hcd
;
UX_HCD
*
ux_system_host_hcd_array
;
#if
UX_MAX_DEVICES
>
1
ULONG
ux_system_host_max_devices
;
#endif
UX_DEVICE
*
ux_system_host_device_array
;
ULONG
ux_system_host_max_ed
;
ULONG
ux_system_host_max_td
;
ULONG
ux_system_host_max_iso_td
;
#if
!
defined
(
UX_HOST_STANDALONE
)
UCHAR
*
ux_system_host_enum_thread_stack
;
UX_THREAD
ux_system_host_enum_thread
;
UX_SEMAPHORE
ux_system_host_enum_semaphore
;
#endif
#if
UX_MAX_DEVICES
>
1
VOID
(
*
ux_system_host_enum_hub_function
)
(
VOID
)
;
#endif
#if
!
defined
(
UX_HOST_STANDALONE
)
UCHAR
*
ux_system_host_hcd_thread_stack
;
UX_THREAD
ux_system_host_hcd_thread
;
UX_SEMAPHORE
ux_system_host_hcd_semaphore
;
#endif
#if
defined
(
UX_OTG_SUPPORT
)
&&
!
defined
(
UX_OTG_STANDALONE
)
UCHAR
*
ux_system_host_hnp_polling_thread_stack
;
UX_THREAD
ux_system_host_hnp_polling_thread
;
#endif
#if
defined
(
UX_HOST_STANDALONE
)
struct
UX_DEVICE_STRUCT
*
ux_system_host_enum_device
;
struct
UX_DEVICE_STRUCT
*
ux_system_host_enum_lock
;
struct
UX_TRANSFER_STRUCT
*
ux_system_host_pending_transfers
;
#if
UX_MAX_DEVICES
>
1
struct
UX_HOST_CLASS_HUB_STRUCT
*
ux_system_host_hub_list
;
#endif
#endif
UINT
(
*
ux_system_host_change_function
)
(
ULONG
,
UX_HOST_CLASS
*
,
VOID
*
)
;
}
UX_SYSTEM_HOST
;
Fields
Field
Declared as
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_class
UINT
UX_SYSTEM_HOST_STRUCT::ux_system_host_class_array
UX_HOST_CLASS
*
UX_SYSTEM_HOST_STRUCT::ux_system_host_registered_hcd
UINT
UX_SYSTEM_HOST_STRUCT::ux_system_host_hcd_array
UX_HCD
*
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_devices
ULONG
UX_SYSTEM_HOST_STRUCT::ux_system_host_device_array
UX_DEVICE
*
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_ed
ULONG
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_td
ULONG
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_iso_td
ULONG
UX_SYSTEM_HOST_STRUCT::ux_system_host_enum_thread_stack
UCHAR
*
UX_SYSTEM_HOST_STRUCT::ux_system_host_enum_thread
UX_THREAD
UX_SYSTEM_HOST_STRUCT::ux_system_host_enum_semaphore
UX_SEMAPHORE
UX_SYSTEM_HOST_STRUCT::ux_system_host_enum_hub_function
VOID
(
*
)
(
VOID
)
UX_SYSTEM_HOST_STRUCT::ux_system_host_hcd_thread_stack
UCHAR
*
UX_SYSTEM_HOST_STRUCT::ux_system_host_hcd_thread
UX_THREAD
UX_SYSTEM_HOST_STRUCT::ux_system_host_hcd_semaphore
UX_SEMAPHORE
UX_SYSTEM_HOST_STRUCT::ux_system_host_change_function
UINT
(
*
)
(
ULONG
,
UX_HOST_CLASS
*
,
VOID
*
)
Examples
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