usbx
UX_HCD
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_HCD
UX_HCD struct
Syntax
Show:
Summary
Declaration
from
ux_api.h:2119
typedef
struct
UX_HCD_STRUCT
{
#if
defined
(
UX_NAME_REFERENCED_BY_POINTER
)
const
UCHAR
*
ux_hcd_name
;
#else
UCHAR
ux_hcd_name
[
UX_MAX_HCD_NAME_LENGTH
+
1
]
;
#endif
UINT
ux_hcd_status
;
UINT
ux_hcd_controller_type
;
UINT
ux_hcd_irq
;
UINT
ux_hcd_nb_root_hubs
;
UINT
ux_hcd_root_hub_signal
[
UX_MAX_ROOTHUB_PORT
]
;
UINT
ux_hcd_nb_devices
;
UINT
ux_hcd_thread_signal
;
ULONG
ux_hcd_rh_device_connection
;
ULONG
ux_hcd_io
;
UINT
(
*
ux_hcd_entry_function
)
(
struct
UX_HCD_STRUCT
*
,
UINT
,
VOID
*
)
;
void
*
ux_hcd_controller_hardware
;
#if
defined
(
UX_OTG_SUPPORT
)
UINT
ux_hcd_otg_capabilities
;
#endif
#if
UX_MAX_DEVICES
>
1
UCHAR
ux_hcd_address
[
16
]
;
UINT
ux_hcd_power_switch
;
ULONG
ux_hcd_available_bandwidth
;
ULONG
ux_hcd_version
;
#endif
#if
defined
(
UX_HOST_STANDALONE
)
ULONG
ux_hcd_flags
;
#endif
}
UX_HCD
;
Fields
Field
Declared as
UX_HCD_STRUCT::ux_hcd_name
UCHAR
[
UX_MAX_HCD_NAME_LENGTH
+
1
]
UX_HCD_STRUCT::ux_hcd_status
UINT
UX_HCD_STRUCT::ux_hcd_controller_type
UINT
UX_HCD_STRUCT::ux_hcd_irq
UINT
UX_HCD_STRUCT::ux_hcd_nb_root_hubs
UINT
UX_HCD_STRUCT::ux_hcd_root_hub_signal
UINT
[
UX_MAX_ROOTHUB_PORT
]
UX_HCD_STRUCT::ux_hcd_nb_devices
UINT
UX_HCD_STRUCT::ux_hcd_thread_signal
UINT
UX_HCD_STRUCT::ux_hcd_rh_device_connection
ULONG
UX_HCD_STRUCT::ux_hcd_io
ULONG
UX_HCD_STRUCT::ux_hcd_entry_function
UINT
(
*
)
(
struct
UX_HCD_STRUCT
*
,
UINT
,
VOID
*
)
UX_HCD_STRUCT::ux_hcd_controller_hardware
void
*
UX_HCD_STRUCT::ux_hcd_address
UCHAR
[
16
]
UX_HCD_STRUCT::ux_hcd_power_switch
UINT
UX_HCD_STRUCT::ux_hcd_available_bandwidth
ULONG
UX_HCD_STRUCT::ux_hcd_version
ULONG
Related Functions
Found 17 other functions taking a
UX_HCD_STRUCT
argument:
Function
_ux_hcd_stm32_initialize()
_ux_host_stack_device_remove()
_ux_host_stack_rh_device_extraction()
_ux_host_stack_rh_device_insertion()
_ux_host_stack_bandwidth_release()
_ux_host_stack_bandwidth_claim()
_ux_host_stack_bandwidth_check()
_ux_host_stack_new_device_create()
_ux_hcd_stm32_entry()
_ux_hcd_ehci_initialize()
_ux_hcd_isp1161_initialize()
_ux_hcd_ohci_initialize()
_ux_hcd_sim_host_initialize()
ux_hcd_ehci_initialize()
ux_hcd_isp1161_initialize()
ux_hcd_ohci_initialize()
ux_hcd_sim_host_initialize()
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