usbx
_ux_hcd_stm32_ed_obtain()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
_ux_hcd_stm32_ed_obtain()
_ux_hcd_stm32_ed_obtain() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_hcd_stm32.h:128
UX_HCD_STM32_ED
*
_ux_hcd_stm32_ed_obtain
(
UX_HCD_STM32
*
hcd_stm32
)
;
Implemented in
ux_hcd_stm32_ed_obtain.c:71
Arguments
Argument
hcd_stm32
Related Functions
Found 20 other functions taking a
UX_HCD_STM32_STRUCT
argument:
Function
_ux_hcd_stm32_power_on_port()
_ux_hcd_stm32_controller_disable()
_ux_hcd_stm32_endpoint_create()
_ux_hcd_stm32_endpoint_destroy()
_ux_hcd_stm32_endpoint_reset()
_ux_hcd_stm32_frame_number_get()
_ux_hcd_stm32_least_traffic_list_get()
_ux_hcd_stm32_periodic_schedule()
_ux_hcd_stm32_port_disable()
_ux_hcd_stm32_port_enable()
_ux_hcd_stm32_port_reset()
_ux_hcd_stm32_port_resume()
_ux_hcd_stm32_port_status_get()
_ux_hcd_stm32_port_suspend()
_ux_hcd_stm32_power_down_port()
_ux_hcd_stm32_request_bulk_transfer()
_ux_hcd_stm32_request_control_transfer()
_ux_hcd_stm32_request_periodic_transfer()
_ux_hcd_stm32_request_transfer()
_ux_hcd_stm32_transfer_abort()
Examples
References
from
examples
Code
Location
Referrer
UX_HCD_STM32_ED
*
_ux_hcd_stm32_ed_obtain
(
UX_HCD_STM32
*
hcd_stm32
)
ux_hcd_stm32_ed_obtain.c:71
UX_HCD_STM32_ED
*
_ux_hcd_stm32_ed_obtain
(
UX_HCD_STM32
*
hcd_stm32
)
;
ux_hcd_stm32.h:128
ed
=
_ux_hcd_stm32_ed_obtain
(
hcd_stm32
)
;
ux_hcd_stm32_endpoint_create.c:123
_ux_hcd_stm32_endpoint_create()
Call Tree
from
examples
_ux_hcd_stm32_ed_obtain()
is called by 1 function and calls 1 function:
_ux_hcd_stm32_endpoint_create()
All items filtered out
_ux_hcd_stm32_ed_obtain()
_ux_utility_memory_set()
All items filtered out
Data Use
from
examples
_ux_hcd_stm32_ed_obtain()
reads 4 variables and writes 2 variables:
UX_SYSTEM_HOST_STRUCT::ux_system_host_max_ed
UX_HCD_STM32_STRUCT::ux_hcd_stm32_ed_list
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_status
_ux_system_host
All items filtered out
_ux_hcd_stm32_ed_obtain()
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_status
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_channel
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