usbx
UX_SYSTEM_OTG
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_SYSTEM_OTG
UX_SYSTEM_OTG struct
Syntax
Show:
Summary
Declaration
from
ux_api.h:2521
typedef
struct
UX_SYSTEM_OTG_STRUCT
{
#if
!
defined
(
UX_OTG_STANDALONE
)
UX_THREAD
ux_system_otg_thread
;
UCHAR
*
ux_system_otg_thread_stack
;
UX_SEMAPHORE
ux_system_otg_semaphore
;
#endif
UINT
(
*
ux_system_otg_function
)
(
ULONG
)
;
ULONG
ux_system_otg_mode
;
ULONG
ux_system_otg_io
;
ULONG
ux_system_otg_vbus_state
;
ULONG
ux_system_otg_change_mode_event
;
ULONG
ux_system_otg_change_vbus_event
;
ULONG
ux_system_otg_slave_role_swap_flag
;
ULONG
ux_system_otg_slave_set_feature_flag
;
ULONG
ux_system_otg_device_type
;
VOID
(
*
ux_system_otg_vbus_function
)
(
ULONG
)
;
VOID
(
*
ux_system_otg_change_mode_callback
)
(
ULONG
)
;
}
UX_SYSTEM_OTG
;
Fields
Field
Declared as
UX_SYSTEM_OTG_STRUCT::ux_system_otg_thread_stack
UCHAR
*
UX_SYSTEM_OTG_STRUCT::ux_system_otg_semaphore
UX_SEMAPHORE
UX_SYSTEM_OTG_STRUCT::ux_system_otg_function
UINT
(
*
)
(
ULONG
)
UX_SYSTEM_OTG_STRUCT::ux_system_otg_mode
ULONG
UX_SYSTEM_OTG_STRUCT::ux_system_otg_io
ULONG
UX_SYSTEM_OTG_STRUCT::ux_system_otg_vbus_state
ULONG
UX_SYSTEM_OTG_STRUCT::ux_system_otg_change_mode_event
ULONG
UX_SYSTEM_OTG_STRUCT::ux_system_otg_change_vbus_event
ULONG
UX_SYSTEM_OTG_STRUCT::ux_system_otg_slave_role_swap_flag
ULONG
UX_SYSTEM_OTG_STRUCT::ux_system_otg_slave_set_feature_flag
ULONG
UX_SYSTEM_OTG_STRUCT::ux_system_otg_device_type
ULONG
UX_SYSTEM_OTG_STRUCT::ux_system_otg_vbus_function
VOID
(
*
)
(
ULONG
)
UX_SYSTEM_OTG_STRUCT::ux_system_otg_change_mode_callback
VOID
(
*
)
(
ULONG
)
UX_SYSTEM_OTG_STRUCT::ux_system_otg_thread
UX_THREAD
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