usbx
UX_HCD_STM32
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_HCD_STM32
UX_HCD_STM32 struct
Syntax
Show:
Summary
Declaration
from
ux_hcd_stm32.h:91
typedef
struct
UX_HCD_STM32_STRUCT
{
struct
UX_HCD_STRUCT
*
ux_hcd_stm32_hcd_owner
;
struct
UX_HCD_STM32_ED_STRUCT
*
ux_hcd_stm32_ed_list
;
struct
UX_HCD_STM32_ED_STRUCT
*
ux_hcd_stm32_channels_ed
[
UX_HCD_STM32_MAX_NB_CHANNELS
]
;
ULONG
ux_hcd_stm32_nb_channels
;
UINT
ux_hcd_stm32_queue_empty
;
UINT
ux_hcd_stm32_periodic_scheduler_active
;
ULONG
ux_hcd_stm32_controller_flag
;
HCD_HandleTypeDef
*
hcd_handle
;
struct
UX_HCD_STM32_ED_STRUCT
*
ux_hcd_stm32_periodic_ed_head
;
}
UX_HCD_STM32
;
Fields
Field
Declared as
UX_HCD_STM32_STRUCT::ux_hcd_stm32_hcd_owner
struct
UX_HCD_STRUCT
*
UX_HCD_STM32_STRUCT::ux_hcd_stm32_ed_list
struct
UX_HCD_STM32_ED_STRUCT
*
UX_HCD_STM32_STRUCT::ux_hcd_stm32_channels_ed
struct
UX_HCD_STM32_ED_STRUCT
*
[
UX_HCD_STM32_MAX_NB_CHANNELS
]
UX_HCD_STM32_STRUCT::ux_hcd_stm32_nb_channels
ULONG
UX_HCD_STM32_STRUCT::ux_hcd_stm32_queue_empty
UINT
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_scheduler_active
UINT
UX_HCD_STM32_STRUCT::ux_hcd_stm32_controller_flag
ULONG
UX_HCD_STM32_STRUCT::hcd_handle
HCD_HandleTypeDef
*
UX_HCD_STM32_STRUCT::ux_hcd_stm32_periodic_ed_head
struct
UX_HCD_STM32_ED_STRUCT
*
Related Functions
Found 21 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_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
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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