usbx
UX_DEVICE_STRUCT::ux_device_address
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_DEVICE_STRUCT::ux_device_address
UX_DEVICE_STRUCT::ux_device_address field
Syntax
Show:
Summary
Declaration
from
ux_api.h:1855
ULONG
ux_device_address
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
ux_device_address
;
ux_api.h:1855
device
->
ux_device_address
,
ux_hcd_stm32_endpoint_create.c:201
_ux_hcd_stm32_endpoint_create()
endpoint
->
ux_endpoint_device
->
ux_device_address
,
ux_hcd_stm32_request_control_transfer.c:154
_ux_hcd_stm32_request_control_transfer()
endpoint
->
ux_endpoint_device
->
ux_device_address
,
ux_hcd_stm32_request_control_transfer.c:207
_ux_hcd_stm32_request_control_transfer()
endpoint
->
ux_endpoint_device
->
ux_device_address
,
ux_hcd_stm32_request_control_transfer.c:299
_ux_hcd_stm32_request_control_transfer()
device
->
ux_device_address
=
(
ULONG
)
device_address
;
ux_host_stack_device_address_set.c:169
_ux_host_stack_device_address_set()
if
(
device
->
ux_device_address
!=
0
)
ux_host_stack_device_resources_free.c:229
_ux_host_stack_device_resources_free()
device_address_byte_index
=
(
UINT
)
(
device
->
ux_device_address
-
1
)
/
8
;
ux_host_stack_device_resources_free.c:236
_ux_host_stack_device_resources_free()
device_address_bit_index
=
(
UINT
)
(
device
->
ux_device_address
-
1
)
%
8
;
ux_host_stack_device_resources_free.c:239
_ux_host_stack_device_resources_free()
device
->
ux_device_address
=
0
;
ux_host_stack_new_device_create.c:166
_ux_host_stack_new_device_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_DEVICE_STRUCT::ux_device_address
is written by 2 functions and is read by 3 functions:
_ux_host_stack_device_address_set()
_ux_host_stack_new_device_create()
All items filtered out
UX_DEVICE_STRUCT::ux_device_address
_ux_hcd_stm32_endpoint_create()
_ux_hcd_stm32_request_control_transfer()
_ux_host_stack_device_resources_free()
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