usbx
_ux_hcd_stm32_entry()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
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_entry()
_ux_hcd_stm32_entry() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_hcd_stm32.h:132
UINT
_ux_hcd_stm32_entry
(
UX_HCD
*
hcd
,
UINT
function
,
VOID
*
parameter
)
;
Implemented in
ux_hcd_stm32_entry.c:92
Arguments
Argument
hcd
function
parameter
Related Functions
Found 16 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_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
Code
Location
Referrer
UINT
_ux_hcd_stm32_entry
(
UX_HCD
*
hcd
,
UINT
function
,
VOID
*
parameter
)
ux_hcd_stm32_entry.c:92
UINT
_ux_hcd_stm32_entry
(
UX_HCD
*
hcd
,
UINT
function
,
VOID
*
parameter
)
;
ux_hcd_stm32.h:132
hcd
->
ux_hcd_entry_function
=
_ux_hcd_stm32_entry
;
ux_hcd_stm32_initialize.c:101
_ux_hcd_stm32_initialize()
Call Tree
from
examples
_ux_hcd_stm32_entry()
calls 19 functions:
All items filtered out
_ux_hcd_stm32_entry()
_tx_thread_interrupt_control()
_ux_utility_memory_free()
_ux_system_error_handler()
_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_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_power_on_port()
_ux_hcd_stm32_request_transfer()
_ux_hcd_stm32_transfer_abort()
All items filtered out
Data Use
from
examples
_ux_hcd_stm32_entry()
reads 4 variables and writes 2 variables:
UX_HCD_STRUCT::ux_hcd_status
UX_HCD_STRUCT::ux_hcd_controller_hardware
UX_HCD_STM32_STRUCT::ux_hcd_stm32_ed_list
UX_HCD_STM32_STRUCT::ux_hcd_stm32_controller_flag
All items filtered out
_ux_hcd_stm32_entry()
_ux_hcd_stm32_initialize()
UX_HCD_STM32_STRUCT::ux_hcd_stm32_controller_flag
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
_ux_hcd_stm32_entry()
is implemented by 1 functions:
All items filtered out
_ux_hcd_stm32_entry()
UX_HCD_STRUCT::ux_hcd_entry_function
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out