Searched refs:group_ptr (Results 1 – 6 of 6) sorted by relevance
| /USBX-v6.2.1/common/core/src/ |
| D | ux_utility_event_flags_create.c | 77 UINT _ux_utility_event_flags_create(UX_EVENT_FLAGS_GROUP*group_ptr, CHAR *name) in _ux_utility_event_flags_create() argument 83 status = tx_event_flags_create(group_ptr, name); in _ux_utility_event_flags_create() 93 … UX_TRACE_IN_LINE_INSERT(UX_TRACE_ERROR, UX_EVENT_ERROR, group_ptr, 0, 0, UX_TRACE_ERRORS, 0, 0) in _ux_utility_event_flags_create()
|
| D | ux_utility_event_flags_delete.c | 76 UINT _ux_utility_event_flags_delete(UX_EVENT_FLAGS_GROUP*group_ptr) in _ux_utility_event_flags_delete() argument 82 status = tx_event_flags_delete(group_ptr); in _ux_utility_event_flags_delete()
|
| D | ux_utility_event_flags_set.c | 79 UINT _ux_utility_event_flags_set(UX_EVENT_FLAGS_GROUP*group_ptr, ULONG flags_to_set, in _ux_utility_event_flags_set() argument 86 status = tx_event_flags_set(group_ptr, flags_to_set, set_option); in _ux_utility_event_flags_set()
|
| D | ux_utility_event_flags_get.c | 81 UINT _ux_utility_event_flags_get(UX_EVENT_FLAGS_GROUP*group_ptr, ULONG requested_flags, in _ux_utility_event_flags_get() argument 89 …status = tx_event_flags_get(group_ptr, requested_flags, get_option, &local_actual_flags_ptr, wait… in _ux_utility_event_flags_get()
|
| /USBX-v6.2.1/test/regression/ |
| D | ux_test_utility_sim.c | 2766 UINT _tx_event_flags_create(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR *name_ptr) in _tx_event_flags_create() argument 2791 TX_MEMSET(group_ptr, 0, (sizeof(TX_EVENT_FLAGS_GROUP))); in _tx_event_flags_create() 2794 group_ptr -> tx_event_flags_group_name = name_ptr; in _tx_event_flags_create() 2800 group_ptr -> tx_event_flags_group_id = TX_EVENT_FLAGS_ID; in _tx_event_flags_create() 2808 _tx_event_flags_created_ptr = group_ptr; in _tx_event_flags_create() 2809 group_ptr -> tx_event_flags_group_created_next = group_ptr; in _tx_event_flags_create() 2810 group_ptr -> tx_event_flags_group_created_previous = group_ptr; in _tx_event_flags_create() 2820 next_group -> tx_event_flags_group_created_previous = group_ptr; in _tx_event_flags_create() 2821 previous_group -> tx_event_flags_group_created_next = group_ptr; in _tx_event_flags_create() 2824 group_ptr -> tx_event_flags_group_created_previous = previous_group; in _tx_event_flags_create() [all …]
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_utility.h | 136 UINT _ux_utility_event_flags_create(UX_EVENT_FLAGS_GROUP*group_ptr, CHAR *name); 137 UINT _ux_utility_event_flags_delete(UX_EVENT_FLAGS_GROUP*group_ptr); 138 UINT _ux_utility_event_flags_get(UX_EVENT_FLAGS_GROUP*group_ptr, ULONG requested_flags, 140 UINT _ux_utility_event_flags_set(UX_EVENT_FLAGS_GROUP*group_ptr, ULONG flags_to_set,
|