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 variable
Syntax
Show:
Summary
Declaration
from
ux_system.h:75
extern
UX_SYSTEM_HOST
*
_ux_system_host
;
Examples
References
from
examples
Code
Location
Referrer
UX_SYSTEM_HOST
*
_ux_system_host
;
ux_host_stack_initialize.c:41
extern
UX_SYSTEM_HOST
*
_ux_system_host
;
ux_system.h:75
_ux_utility_semaphore_put
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
)
;
ux_hcd_stm32_callback.c:90
HAL_HCD_Connect_Callback()
_ux_utility_semaphore_put
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
)
;
ux_hcd_stm32_callback.c:150
HAL_HCD_Disconnect_Callback()
_ux_utility_semaphore_put
(
&
_ux_system_host
->
ux_system_host_hcd_semaphore
)
;
ux_hcd_stm32_callback.c:381
HAL_HCD_SOF_Callback()
for
(
ed_index
=
0
;
ed_index
<
_ux_system_host
->
ux_system_host_max_ed
;
ed_index
++
)
ux_hcd_stm32_ed_obtain.c:80
_ux_hcd_stm32_ed_obtain()
hcd_stm32
->
ux_hcd_stm32_ed_list
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_HCD_STM32_ED
)
*
_ux_system_host
->
ux_system_host_max_ed
)
;
ux_hcd_stm32_initialize.c:121
_ux_hcd_stm32_initialize()
for
(
hcd_index
=
0
;
hcd_index
<
_ux_system_host
->
ux_system_host_registered_hcd
;
hcd_index
++
)
ux_hcd_stm32_interrupt_handler.c:81
_ux_hcd_stm32_interrupt_handler()
if
(
_ux_system_host
->
ux_system_host_hcd_array
[
hcd_index
]
.
ux_hcd_controller_type
==
UX_HCD_STM32_CONTROLLER
)
ux_hcd_stm32_interrupt_handler.c:85
_ux_hcd_stm32_interrupt_handler()
hcd
=
&
_ux_system_host
->
ux_system_host_hcd_array
[
hcd_index
]
;
ux_hcd_stm32_interrupt_handler.c:89
_ux_hcd_stm32_interrupt_handler()
if
(
_ux_system_host
->
ux_system_host_change_function
!=
UX_NULL
)
ux_host_class_cdc_acm_activate.c:317
_ux_host_class_cdc_acm_activate()
_ux_system_host
->
ux_system_host_change_function
(
UX_DEVICE_INSERTION
,
cdc_acm
->
ux_host_class_cdc_acm_class
,
(
VOID
*
)
cdc_acm
)
;
ux_host_class_cdc_acm_activate.c:321
_ux_host_class_cdc_acm_activate()
if
(
_ux_system_host
->
ux_system_host_change_function
!=
UX_NULL
)
ux_host_class_cdc_acm_deactivate.c:174
_ux_host_class_cdc_acm_deactivate()
_ux_system_host
->
ux_system_host_change_function
(
UX_DEVICE_REMOVAL
,
cdc_acm
->
ux_host_class_cdc_acm_class
,
(
VOID
*
)
cdc_acm
)
;
ux_host_class_cdc_acm_deactivate.c:178
_ux_host_class_cdc_acm_deactivate()
if
(
_ux_system_host
->
ux_system_host_change_function
!=
UX_NULL
)
ux_host_class_hid_activate.c:165
_ux_host_class_hid_activate()
_ux_system_host
->
ux_system_host_change_function
(
UX_DEVICE_INSERTION
,
hid
->
ux_host_class_hid_class
,
(
VOID
*
)
hid
)
;
ux_host_class_hid_activate.c:169
_ux_host_class_hid_activate()
if
(
_ux_system_host
->
ux_system_host_change_function
!=
UX_NULL
)
ux_host_class_hid_deactivate.c:157
_ux_host_class_hid_deactivate()
_ux_system_host
->
ux_system_host_change_function
(
UX_DEVICE_REMOVAL
,
hid
->
ux_host_class_hid_class
,
(
VOID
*
)
hid
)
;
ux_host_class_hid_deactivate.c:161
_ux_host_class_hid_deactivate()
if
(
_ux_system_host
->
ux_system_host_change_function
!=
UX_NULL
)
ux_host_class_hid_keyboard_activate.c:409
_ux_host_class_hid_keyboard_activate()
_ux_system_host
->
ux_system_host_change_function
(
UX_HID_CLIENT_INSERTION
,
hid
->
ux_host_class_hid_class
,
(
VOID
*
)
hid_client
)
;
ux_host_class_hid_keyboard_activate.c:413
_ux_host_class_hid_keyboard_activate()
if
(
_ux_system_host
->
ux_system_host_change_function
!=
UX_NULL
)
ux_host_class_hid_keyboard_deactivate.c:127
_ux_host_class_hid_keyboard_deactivate()
_ux_system_host
->
ux_system_host_change_function
(
UX_HID_CLIENT_REMOVAL
,
hid
->
ux_host_class_hid_class
,
(
VOID
*
)
hid_client
)
;
ux_host_class_hid_keyboard_deactivate.c:131
_ux_host_class_hid_keyboard_deactivate()
if
(
_ux_system_host
->
ux_system_host_change_function
!=
UX_NULL
)
ux_host_class_hid_mouse_activate.c:191
_ux_host_class_hid_mouse_activate()
_ux_system_host
->
ux_system_host_change_function
(
UX_HID_CLIENT_INSERTION
,
hid
->
ux_host_class_hid_class
,
(
VOID
*
)
hid_client
)
;
ux_host_class_hid_mouse_activate.c:195
_ux_host_class_hid_mouse_activate()
if
(
_ux_system_host
->
ux_system_host_change_function
!=
UX_NULL
)
ux_host_class_hid_mouse_deactivate.c:100
_ux_host_class_hid_mouse_deactivate()
_ux_system_host
->
ux_system_host_change_function
(
UX_HID_CLIENT_REMOVAL
,
hid
->
ux_host_class_hid_class
,
(
VOID
*
)
hid_client
)
;
ux_host_class_hid_mouse_deactivate.c:104
_ux_host_class_hid_mouse_deactivate()
if
(
_ux_system_host
->
ux_system_host_change_function
!=
UX_NULL
)
ux_host_class_storage_activate.c:188
_ux_host_class_storage_activate()
_ux_system_host
->
ux_system_host_change_function
(
UX_DEVICE_INSERTION
,
storage
->
ux_host_class_storage_class
,
(
VOID
*
)
storage
)
;
ux_host_class_storage_activate.c:192
_ux_host_class_storage_activate()
if
(
_ux_system_host
->
ux_system_host_change_function
!=
UX_NULL
)
ux_host_class_storage_deactivate.c:229
_ux_host_class_storage_deactivate()
_ux_system_host
->
ux_system_host_change_function
(
UX_DEVICE_REMOVAL
,
storage
->
ux_host_class_storage_class
,
(
VOID
*
)
storage
)
;
ux_host_class_storage_deactivate.c:233
_ux_host_class_storage_deactivate()
class_inst
=
_ux_system_host
->
ux_system_host_class_array
;
ux_host_stack_class_call.c:85
_ux_host_stack_class_call()
for
(
class_index
=
0
;
class_index
<
_ux_system_host
->
ux_system_host_max_class
;
class_index
++
)
ux_host_stack_class_call.c:89
_ux_host_stack_class_call()
class_ptr
=
_ux_system_host
->
ux_system_host_class_array
;
ux_host_stack_class_get.c:103
_ux_host_stack_class_get()
for
(
class_index
=
0
;
class_index
<
_ux_system_host
->
ux_system_host_max_class
;
class_index
++
)
ux_host_stack_class_get.c:107
_ux_host_stack_class_get()
class_inst
=
_ux_system_host
->
ux_system_host_class_array
;
ux_host_stack_class_instance_verify.c:100
_ux_host_stack_class_instance_verify()
for
(
class_index
=
0
;
class_index
<
_ux_system_host
->
ux_system_host_max_class
;
class_index
++
)
ux_host_stack_class_instance_verify.c:104
_ux_host_stack_class_instance_verify()
class_inst
=
_ux_system_host
->
ux_system_host_class_array
;
ux_host_stack_class_register.c:112
_ux_host_stack_class_register()
for
(
class_index
=
0
;
class_index
<
_ux_system_host
->
ux_system_host_max_class
;
class_index
++
)
ux_host_stack_class_register.c:116
_ux_host_stack_class_register()
class_inst
=
_ux_system_host
->
ux_system_host_class_array
;
ux_host_stack_class_unregister.c:90
_ux_host_stack_class_unregister()
for
(
class_index
=
0
;
class_index
<
_ux_system_host
->
ux_system_host_max_class
;
class_index
++
)
ux_host_stack_class_unregister.c:94
_ux_host_stack_class_unregister()
hcd
=
UX_DEVICE_HCD_GET
(
device
)
;
ux_host_stack_device_address_set.c:104
_ux_host_stack_device_address_set()
if
(
device_index
>=
UX_SYSTEM_HOST_MAX_DEVICES_GET
(
)
)
ux_host_stack_device_get.c:90
_ux_host_stack_device_get()
current_device
=
_ux_system_host
->
ux_system_host_device_array
;
ux_host_stack_device_get.c:105
_ux_host_stack_device_get()
while
(
current_device_index
<
_ux_system_host
->
ux_system_host_max_devices
)
ux_host_stack_device_get.c:109
_ux_host_stack_device_get()
device
=
_ux_system_host
->
ux_system_host_device_array
;
ux_host_stack_device_remove.c:98
_ux_host_stack_device_remove()
while
(
container_index
++
<
_ux_system_host
->
ux_system_host_max_devices
)
ux_host_stack_device_remove.c:105
_ux_host_stack_device_remove()
UX_DEVICE_HCD_MATCH
(
device
,
hcd
)
)
ux_host_stack_device_remove.c:115
_ux_host_stack_device_remove()
if
(
container_index
>
_ux_system_host
->
ux_system_host_max_devices
)
ux_host_stack_device_remove.c:124
_ux_host_stack_device_remove()
if
(
_ux_system_host
->
ux_system_host_change_function
)
ux_host_stack_device_remove.c:203
_ux_host_stack_device_remove()
_ux_system_host
->
ux_system_host_change_function
(
UX_DEVICE_DISCONNECTION
,
UX_NULL
,
(
VOID
*
)
device
)
;
ux_host_stack_device_remove.c:205
_ux_host_stack_device_remove()
hcd
=
UX_DEVICE_HCD_GET
(
device
)
;
ux_host_stack_device_resources_free.c:207
_ux_host_stack_device_resources_free()
hcd
=
UX_DEVICE_HCD_GET
(
endpoint
->
ux_endpoint_device
)
;
ux_host_stack_endpoint_instance_create.c:95
_ux_host_stack_endpoint_instance_create()
hcd
=
UX_DEVICE_HCD_GET
(
endpoint
->
ux_endpoint_device
)
;
ux_host_stack_endpoint_instance_delete.c:90
_ux_host_stack_endpoint_instance_delete()
hcd
=
UX_DEVICE_HCD_GET
(
device
)
;
ux_host_stack_endpoint_reset.c:113
_ux_host_stack_endpoint_reset()
_ux_host_semaphore_get_norc
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
,
UX_WAIT_FOREVER
)
;
ux_host_stack_enum_thread_entry.c:102
_ux_host_stack_enum_thread_entry()
if
(
_ux_system_host
->
ux_system_host_enum_hub_function
!=
UX_NULL
)
ux_host_stack_enum_thread_entry.c:107
_ux_host_stack_enum_thread_entry()
_ux_system_host
->
ux_system_host_enum_hub_function
(
)
;
ux_host_stack_enum_thread_entry.c:111
_ux_host_stack_enum_thread_entry()
hcd
=
_ux_system_host
->
ux_system_host_hcd_array
;
ux_host_stack_hcd_register.c:112
_ux_host_stack_hcd_register()
_ux_system_host
->
ux_system_host_registered_hcd
++
;
ux_host_stack_hcd_register.c:142
_ux_host_stack_hcd_register()
_ux_host_semaphore_get_norc
(
&
_ux_system_host
->
ux_system_host_hcd_semaphore
,
UX_WAIT_FOREVER
)
;
ux_host_stack_hcd_thread_entry.c:101
_ux_host_stack_hcd_thread_entry()
hcd
=
&
_ux_system_host
->
ux_system_host_hcd_array
[
hcd_index
]
;
ux_host_stack_hcd_thread_entry.c:113
_ux_host_stack_hcd_thread_entry()
hcd
=
UX_DEVICE_HCD_GET
(
transfer_request
->
ux_transfer_request_endpoint
->
ux_endpoint_device
)
;
ux_host_stack_hcd_transfer_request.c:81
_ux_host_stack_hcd_transfer_request()
hcd
=
_ux_system_host
->
ux_system_host_hcd_array
;
ux_host_stack_hcd_unregister.c:112
_ux_host_stack_hcd_unregister()
device
=
_ux_system_host
->
ux_system_host_device_array
;
ux_host_stack_hcd_unregister.c:157
_ux_host_stack_hcd_unregister()
scan_index
<
_ux_system_host
->
ux_system_host_max_devices
;
ux_host_stack_hcd_unregister.c:162
_ux_host_stack_hcd_unregister()
if
(
UX_DEVICE_HCD_MATCH
(
device
,
hcd
)
&&
ux_host_stack_hcd_unregister.c:173
_ux_host_stack_hcd_unregister()
_ux_system_host
->
ux_system_host_registered_hcd
--
;
ux_host_stack_hcd_unregister.c:194
_ux_host_stack_hcd_unregister()
_ux_system_host
->
ux_system_host_max_ed
=
UX_MAX_ED
;
ux_host_stack_initialize.c:154
_ux_host_stack_initialize()
_ux_system_host
->
ux_system_host_max_td
=
UX_MAX_TD
;
ux_host_stack_initialize.c:155
_ux_host_stack_initialize()
_ux_system_host
->
ux_system_host_max_iso_td
=
UX_MAX_ISO_TD
;
ux_host_stack_initialize.c:156
_ux_host_stack_initialize()
UX_SYSTEM_HOST_MAX_CLASS_SET
(
UX_MAX_CLASS_DRIVER
)
;
ux_host_stack_initialize.c:157
_ux_host_stack_initialize()
UX_SYSTEM_HOST_MAX_DEVICES_SET
(
UX_MAX_DEVICES
)
;
ux_host_stack_initialize.c:159
_ux_host_stack_initialize()
_ux_system_host
->
ux_system_host_change_function
=
ux_system_host_change_function
;
ux_host_stack_initialize.c:162
_ux_host_stack_initialize()
_ux_system_host
->
ux_system_host_hcd_array
=
(
UX_HCD
*
)
memory
;
ux_host_stack_initialize.c:177
_ux_host_stack_initialize()
_ux_system_host
->
ux_system_host_class_array
=
(
UX_HOST_CLASS
*
)
memory
;
ux_host_stack_initialize.c:190
_ux_host_stack_initialize()
_ux_system_host
->
ux_system_host_device_array
=
(
UX_DEVICE
*
)
memory
;
ux_host_stack_initialize.c:205
_ux_host_stack_initialize()
_ux_system_host
->
ux_system_host_enum_thread_stack
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
ux_host_stack_initialize.c:236
_ux_host_stack_initialize()
if
(
_ux_system_host
->
ux_system_host_enum_thread_stack
==
UX_NULL
)
ux_host_stack_initialize.c:240
_ux_host_stack_initialize()
_ux_system_host
->
ux_system_host_hcd_thread_stack
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
ux_host_stack_initialize.c:247
_ux_host_stack_initialize()
if
(
_ux_system_host
->
ux_system_host_hcd_thread_stack
==
UX_NULL
)
ux_host_stack_initialize.c:251
_ux_host_stack_initialize()
status
=
_ux_utility_semaphore_create
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
,
"ux_system_host_enum_semaphore"
,
0
)
;
ux_host_stack_initialize.c:258
_ux_host_stack_initialize()
status
=
_ux_utility_semaphore_create
(
&
_ux_system_host
->
ux_system_host_hcd_semaphore
,
"ux_system_host_hcd_semaphore"
,
0
)
;
ux_host_stack_initialize.c:266
_ux_host_stack_initialize()
status
=
_ux_utility_thread_create
(
&
_ux_system_host
->
ux_system_host_enum_thread
,
"ux_system_host_enum_thread"
,
_ux_host_stack_enum_thread_entry
,
ux_host_stack_initialize.c:274
_ux_host_stack_initialize()
0
,
_ux_system_host
->
ux_system_host_enum_thread_stack
,
ux_host_stack_initialize.c:275
_ux_host_stack_initialize()
status
=
_ux_utility_thread_create
(
&
_ux_system_host
->
ux_system_host_hcd_thread
,
"ux_host_stack_hcd_thread"
,
_ux_host_stack_hcd_thread_entry
,
ux_host_stack_initialize.c:287
_ux_host_stack_initialize()
0
,
_ux_system_host
->
ux_system_host_hcd_thread_stack
,
ux_host_stack_initialize.c:288
_ux_host_stack_initialize()
if
(
_ux_system_host
->
ux_system_host_enum_thread
.
tx_thread_id
!=
0
)
ux_host_stack_initialize.c:353
_ux_host_stack_initialize()
_ux_utility_thread_delete
(
&
_ux_system_host
->
ux_system_host_enum_thread
)
;
ux_host_stack_initialize.c:354
_ux_host_stack_initialize()
if
(
_ux_system_host
->
ux_system_host_hcd_semaphore
.
tx_semaphore_id
!=
0
)
ux_host_stack_initialize.c:357
_ux_host_stack_initialize()
_ux_utility_semaphore_delete
(
&
_ux_system_host
->
ux_system_host_hcd_semaphore
)
;
ux_host_stack_initialize.c:358
_ux_host_stack_initialize()
if
(
_ux_system_host
->
ux_system_host_enum_semaphore
.
tx_semaphore_id
!=
0
)
ux_host_stack_initialize.c:361
_ux_host_stack_initialize()
_ux_utility_semaphore_delete
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
)
;
ux_host_stack_initialize.c:362
_ux_host_stack_initialize()
if
(
_ux_system_host
->
ux_system_host_hcd_thread_stack
)
ux_host_stack_initialize.c:365
_ux_host_stack_initialize()
_ux_utility_memory_free
(
_ux_system_host
->
ux_system_host_hcd_thread_stack
)
;
ux_host_stack_initialize.c:366
_ux_host_stack_initialize()
if
(
_ux_system_host
->
ux_system_host_enum_thread_stack
)
ux_host_stack_initialize.c:369
_ux_host_stack_initialize()
_ux_utility_memory_free
(
_ux_system_host
->
ux_system_host_enum_thread_stack
)
;
ux_host_stack_initialize.c:370
_ux_host_stack_initialize()
if
(
_ux_system_host
->
ux_system_host_device_array
)
ux_host_stack_initialize.c:374
_ux_host_stack_initialize()
_ux_utility_memory_free
(
_ux_system_host
->
ux_system_host_device_array
)
;
ux_host_stack_initialize.c:375
_ux_host_stack_initialize()
if
(
_ux_system_host
->
ux_system_host_class_array
)
ux_host_stack_initialize.c:378
_ux_host_stack_initialize()
_ux_utility_memory_free
(
_ux_system_host
->
ux_system_host_class_array
)
;
ux_host_stack_initialize.c:379
_ux_host_stack_initialize()
_ux_utility_memory_free
(
_ux_system_host
->
ux_system_host_hcd_array
)
;
ux_host_stack_initialize.c:382
_ux_host_stack_initialize()
device
=
_ux_system_host
->
ux_system_host_device_array
;
ux_host_stack_new_device_get.c:84
_ux_host_stack_new_device_get()
while
(
container_index
++
<
_ux_system_host
->
ux_system_host_max_devices
)
ux_host_stack_new_device_get.c:91
_ux_host_stack_new_device_get()
hcd
=
&
_ux_system_host
->
ux_system_host_hcd_array
[
hcd_index
]
;
ux_host_stack_rh_change_process.c:93
_ux_host_stack_rh_change_process()
if
(
_ux_system_host
->
ux_system_host_change_function
)
ux_host_stack_rh_device_insertion.c:194
_ux_host_stack_rh_device_insertion()
_ux_system_host
->
ux_system_host_change_function
(
UX_DEVICE_CONNECTION
,
UX_NULL
,
(
VOID
*
)
device
)
;
ux_host_stack_rh_device_insertion.c:196
_ux_host_stack_rh_device_insertion()
if
(
_ux_system_host
->
ux_system_host_change_function
)
ux_host_stack_rh_device_insertion.c:238
_ux_host_stack_rh_device_insertion()
_ux_system_host
->
ux_system_host_change_function
(
UX_DEVICE_CONNECTION
,
UX_NULL
,
(
VOID
*
)
device
)
;
ux_host_stack_rh_device_insertion.c:240
_ux_host_stack_rh_device_insertion()
hcd
=
UX_DEVICE_HCD_GET
(
device
)
;
ux_host_stack_transfer_request.c:186
_ux_host_stack_transfer_request()
hcd
=
UX_DEVICE_HCD_GET
(
transfer_request
->
ux_transfer_request_endpoint
->
ux_endpoint_device
)
;
ux_host_stack_transfer_request_abort.c:102
_ux_host_stack_transfer_request_abort()
_ux_utility_thread_delete
(
&
_ux_system_host
->
ux_system_host_enum_thread
)
;
ux_host_stack_uninitialize.c:91
_ux_host_stack_uninitialize()
_ux_utility_semaphore_delete
(
&
_ux_system_host
->
ux_system_host_enum_semaphore
)
;
ux_host_stack_uninitialize.c:94
_ux_host_stack_uninitialize()
_ux_utility_memory_free
(
_ux_system_host
->
ux_system_host_enum_thread_stack
)
;
ux_host_stack_uninitialize.c:97
_ux_host_stack_uninitialize()
_ux_utility_thread_delete
(
&
_ux_system_host
->
ux_system_host_hcd_thread
)
;
ux_host_stack_uninitialize.c:100
_ux_host_stack_uninitialize()
_ux_utility_semaphore_delete
(
&
_ux_system_host
->
ux_system_host_hcd_semaphore
)
;
ux_host_stack_uninitialize.c:103
_ux_host_stack_uninitialize()
_ux_utility_memory_free
(
_ux_system_host
->
ux_system_host_hcd_thread_stack
)
;
ux_host_stack_uninitialize.c:106
_ux_host_stack_uninitialize()
_ux_utility_memory_free
(
_ux_system_host
->
ux_system_host_hcd_array
)
;
ux_host_stack_uninitialize.c:119
_ux_host_stack_uninitialize()
_ux_utility_memory_free
(
_ux_system_host
->
ux_system_host_class_array
)
;
ux_host_stack_uninitialize.c:122
_ux_host_stack_uninitialize()
_ux_utility_memory_free
(
_ux_system_host
->
ux_system_host_device_array
)
;
ux_host_stack_uninitialize.c:125
_ux_host_stack_uninitialize()
_ux_system_host
=
(
UX_SYSTEM_HOST
*
)
(
(
(
UCHAR
*
)
regular_memory_pool_start
)
+
memory_pool_offset
)
;
ux_system_initialize.c:145
_ux_system_initialize()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_ux_system_host
is written by 1 function and is read by 40 functions:
_ux_system_initialize()
All items filtered out
_ux_system_host
_ux_host_stack_initialize()
_ux_host_class_hid_activate()
_ux_host_class_hid_deactivate()
_ux_host_class_hid_keyboard_activate()
_ux_host_class_hid_keyboard_deactivate()
_ux_host_class_hid_mouse_activate()
_ux_host_class_hid_mouse_deactivate()
_ux_host_class_storage_activate()
_ux_host_class_storage_deactivate()
HAL_HCD_Connect_Callback()
HAL_HCD_Disconnect_Callback()
HAL_HCD_SOF_Callback()
_ux_hcd_stm32_ed_obtain()
_ux_hcd_stm32_initialize()
_ux_hcd_stm32_interrupt_handler()
_ux_host_stack_class_call()
_ux_host_stack_class_get()
_ux_host_stack_class_instance_verify()
_ux_host_stack_class_register()
_ux_host_stack_class_unregister()
_ux_host_stack_device_address_set()
_ux_host_stack_device_get()
_ux_host_stack_device_remove()
_ux_host_stack_device_resources_free()
_ux_host_stack_endpoint_instance_create()
_ux_host_stack_endpoint_instance_delete()
_ux_host_stack_endpoint_reset()
_ux_host_stack_enum_thread_entry()
_ux_host_stack_hcd_register()
_ux_host_stack_hcd_thread_entry()
_ux_host_stack_hcd_transfer_request()
_ux_host_stack_hcd_unregister()
_ux_host_stack_new_device_get()
_ux_host_stack_rh_change_process()
_ux_host_stack_rh_device_insertion()
_ux_host_stack_transfer_request()
_ux_host_stack_transfer_request_abort()
_ux_host_stack_uninitialize()
_ux_host_class_cdc_acm_activate()
_ux_host_class_cdc_acm_deactivate()
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