usbx
UX_SLAVE_DCD
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_SLAVE_DCD
UX_SLAVE_DCD struct
Syntax
Show:
Summary
Declaration
from
ux_api.h:2258
typedef
struct
UX_SLAVE_DCD_STRUCT
{
UINT
ux_slave_dcd_status
;
UINT
ux_slave_dcd_controller_type
;
UINT
ux_slave_dcd_otg_capabilities
;
UINT
ux_slave_dcd_irq
;
ULONG
ux_slave_dcd_io
;
ULONG
ux_slave_dcd_device_address
;
UINT
(
*
ux_slave_dcd_function
)
(
struct
UX_SLAVE_DCD_STRUCT
*
,
UINT
,
VOID
*
)
;
void
*
ux_slave_dcd_controller_hardware
;
#if
defined
(
UX_DEVICE_STANDALONE
)
UINT
(
*
ux_device_dcd_task_function
)
(
struct
UX_SLAVE_DCD_STRUCT
*
)
;
#endif
}
UX_SLAVE_DCD
;
Fields
Field
Declared as
UX_SLAVE_DCD_STRUCT::ux_slave_dcd_status
UINT
UX_SLAVE_DCD_STRUCT::ux_slave_dcd_controller_type
UINT
UX_SLAVE_DCD_STRUCT::ux_slave_dcd_otg_capabilities
UINT
UX_SLAVE_DCD_STRUCT::ux_slave_dcd_irq
UINT
UX_SLAVE_DCD_STRUCT::ux_slave_dcd_io
ULONG
UX_SLAVE_DCD_STRUCT::ux_slave_dcd_device_address
ULONG
UX_SLAVE_DCD_STRUCT::ux_slave_dcd_function
UINT
(
*
)
(
struct
UX_SLAVE_DCD_STRUCT
*
,
UINT
,
VOID
*
)
UX_SLAVE_DCD_STRUCT::ux_slave_dcd_controller_hardware
void
*
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