usbx
_ux_hcd_stm32_endpoint_create()
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_endpoint_create()
_ux_hcd_stm32_endpoint_create() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_hcd_stm32.h:129
UINT
_ux_hcd_stm32_endpoint_create
(
UX_HCD_STM32
*
hcd_stm32
,
UX_ENDPOINT
*
endpoint
)
;
Implemented in
ux_hcd_stm32_endpoint_create.c:73
Arguments
Argument
hcd_stm32
endpoint
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_ed_obtain()
_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
UINT
_ux_hcd_stm32_endpoint_create
(
UX_HCD_STM32
*
hcd_stm32
,
UX_ENDPOINT
*
endpoint
)
ux_hcd_stm32_endpoint_create.c:73
UINT
_ux_hcd_stm32_endpoint_create
(
UX_HCD_STM32
*
hcd_stm32
,
UX_ENDPOINT
*
endpoint
)
;
ux_hcd_stm32.h:129
status
=
_ux_hcd_stm32_endpoint_create
(
hcd_stm32
,
(
UX_ENDPOINT
*
)
parameter
)
;
ux_hcd_stm32_entry.c:194
_ux_hcd_stm32_entry()
Call Tree
from
examples
_ux_hcd_stm32_endpoint_create()
is called by 1 function and calls 3 functions:
_ux_hcd_stm32_entry()
All items filtered out
_ux_hcd_stm32_endpoint_create()
HAL_HCD_HC_Init()
_ux_hcd_stm32_ed_obtain()
_ux_hcd_stm32_least_traffic_list_get()
All items filtered out
Data Use
from
examples
_ux_hcd_stm32_endpoint_create()
reads 17 variables and writes 12 variables:
HCD_HandleTypeDef::hc
UX_ENDPOINT_STRUCT::ux_endpoint_descriptor
UX_ENDPOINT_STRUCT::ux_endpoint_device
UX_ENDPOINT_STRUCT::ux_endpoint_transfer_request
UX_ENDPOINT_DESCRIPTOR_STRUCT::bEndpointAddress
UX_ENDPOINT_DESCRIPTOR_STRUCT::bmAttributes
UX_ENDPOINT_DESCRIPTOR_STRUCT::wMaxPacketSize
UX_ENDPOINT_DESCRIPTOR_STRUCT::bInterval
UX_DEVICE_STRUCT::ux_device_address
UX_DEVICE_STRUCT::ux_device_speed
UX_HCD_STM32_STRUCT::ux_hcd_stm32_channels_ed
UX_HCD_STM32_STRUCT::ux_hcd_stm32_nb_channels
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_scheduler_active
UX_HCD_STM32_STRUCT::hcd_handle
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_ed_head
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_channel
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_interval_mask
All items filtered out
_ux_hcd_stm32_endpoint_create()
USB_HCTypeDef::toggle_in
USB_HCTypeDef::toggle_out
UX_ENDPOINT_STRUCT::ux_endpoint_ed
UX_TRANSFER_STRUCT::ux_transfer_request_maximum_length
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_scheduler_active
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_ed_head
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_next_ed
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_endpoint
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_status
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_channel
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_interval_mask
UX_HCD_STM32_ED_STRUCT::ux_stm32_ed_interval_position
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