Home
last modified time | relevance | path

Searched refs:_txe_event_flags_info_get (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtxe_event_flags_info_get.c83 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, in _txe_event_flags_info_get() function
/ThreadX-v6.2.1/common_smp/src/
Dtxe_event_flags_info_get.c83 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, in _txe_event_flags_info_get() function
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_event_flags_info_get.c77 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, … in _txe_event_flags_info_get() function
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1447 #define tx_event_flags_info_get _txe_event_flags_info_get
1644 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_…
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1356 #define tx_event_flags_info_get _txe_event_flags_info_get
1570 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_…
/ThreadX-v6.2.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h789 return_value = (ALIGN_TYPE) _txe_event_flags_info_get( in _txm_module_manager_tx_event_flags_info_get_dispatch()