usbx
UX_DCD_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_DCD_STM32
UX_DCD_STM32 struct
Syntax
Show:
Summary
Declaration
from
ux_dcd_stm32.h:119
typedef
struct
UX_DCD_STM32_STRUCT
{
struct
UX_SLAVE_DCD_STRUCT
*
ux_dcd_stm32_dcd_owner
;
struct
UX_DCD_STM32_ED_STRUCT
ux_dcd_stm32_ed
[
UX_DCD_STM32_MAX_ED
]
;
#if
defined
(
UX_DEVICE_BIDIRECTIONAL_ENDPOINT_SUPPORT
)
struct
UX_DCD_STM32_ED_STRUCT
ux_dcd_stm32_ed_in
[
UX_DCD_STM32_MAX_ED
]
;
#endif
PCD_HandleTypeDef
*
pcd_handle
;
}
UX_DCD_STM32
;
Fields
Field
Declared as
UX_DCD_STM32_STRUCT::ux_dcd_stm32_dcd_owner
struct
UX_SLAVE_DCD_STRUCT
*
UX_DCD_STM32_STRUCT::ux_dcd_stm32_ed
struct
UX_DCD_STM32_ED_STRUCT
[
UX_DCD_STM32_MAX_ED
]
UX_DCD_STM32_STRUCT::pcd_handle
PCD_HandleTypeDef
*
Related Functions
Found 9 other functions taking a
UX_DCD_STM32_STRUCT
argument:
Function
_ux_dcd_stm32_endpoint_stall()
_stm32_ed_get()
_ux_dcd_stm32_endpoint_create()
_ux_dcd_stm32_endpoint_destroy()
_ux_dcd_stm32_endpoint_reset()
_ux_dcd_stm32_endpoint_status()
_ux_dcd_stm32_frame_number_get()
_ux_dcd_stm32_transfer_abort()
_ux_dcd_stm32_transfer_request()
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