threadx
+
0
/12 examples
SourceVu will show references to
TX_EVENT_FLAGS_GROUP
from the following samples and libraries:
Libraries
netxduo
usbx
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
FileX
Fx_MultiAccess
USBX
Ux_Device_CDC_ACM
Ux_Device_HID_CDC_ACM
Ux_Device_MSC
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_MQTT_Client
Nx_SNTP_Client
ThreadX
Tx_Thread_Creation
USBX
Ux_Host_CDC_ACM
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
threadx
TX_EVENT_FLAGS_GROUP
TX_EVENT_FLAGS_GROUP struct
Syntax
Show:
Summary
Declaration
from
tx_api.h:701
typedef
struct
TX_EVENT_FLAGS_GROUP_STRUCT
{
ULONG
tx_event_flags_group_id
;
CHAR
*
tx_event_flags_group_name
;
ULONG
tx_event_flags_group_current
;
UINT
tx_event_flags_group_reset_search
;
struct
TX_THREAD_STRUCT
*
tx_event_flags_group_suspension_list
;
UINT
tx_event_flags_group_suspended_count
;
struct
TX_EVENT_FLAGS_GROUP_STRUCT
*
tx_event_flags_group_created_next
,
*
tx_event_flags_group_created_previous
;
ULONG
tx_event_flags_group_delayed_clear
;
#ifdef
TX_EVENT_FLAGS_ENABLE_PERFORMANCE_INFO
ULONG
tx_event_flags_group_performance_set_count
;
ULONG
tx_event_flags_group__performance_get_count
;
ULONG
tx_event_flags_group___performance_suspension_count
;
ULONG
tx_event_flags_group____performance_timeout_count
;
#endif
#ifndef
TX_DISABLE_NOTIFY_CALLBACKS
VOID
(
*
tx_event_flags_group_set_notify
)
(
struct
TX_EVENT_FLAGS_GROUP_STRUCT
*
group_ptr
)
;
#endif
TX_EVENT_FLAGS_GROUP_EXTENSION
}
TX_EVENT_FLAGS_GROUP
;
Fields
Field
Declared as
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_id
ULONG
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_name
CHAR
*
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_current
ULONG
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_reset_search
UINT
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_suspension_list
struct
TX_THREAD_STRUCT
*
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_suspended_count
UINT
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_created_next
struct
TX_EVENT_FLAGS_GROUP_STRUCT
*
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_created_previous
struct
TX_EVENT_FLAGS_GROUP_STRUCT
*
tx_event_flags_group_created_next
,
*
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_delayed_clear
ULONG
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_set_notify
VOID
(
*
)
(
struct
TX_EVENT_FLAGS_GROUP_STRUCT
*
group_ptr
)
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_module_instance
TX_EVENT_FLAGS_GROUP_EXTENSION
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_set_module_notify
TX_EVENT_FLAGS_GROUP_EXTENSION
Related Functions
Found 14 other functions taking a
TX_EVENT_FLAGS_GROUP_STRUCT
argument:
Function
_txe_event_flags_set()
_txe_event_flags_get()
_txe_event_flags_create()
_tx_event_flags_set()
_txe_event_flags_delete()
_txe_event_flags_info_get()
_tx_event_flags_delete()
_tx_event_flags_create()
_tx_event_flags_get()
_txm_module_manager_event_flags_notify_trampoline()
_tx_event_flags_performance_info_get()
_tx_event_flags_set_notify()
_txe_event_flags_set_notify()
_tx_event_flags_info_get()
Examples
TX_EVENT_FLAGS_GROUP
is referenced by 12 libraries and example projects:
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