Home
last modified time | relevance | path

Searched refs:_ux_system (Results 1 – 17 of 17) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_debug_log.c100 if (_ux_system -> ux_system_debug_log_size == 0) in _ux_utility_debug_log()
109 _ux_system -> ux_system_debug_code = debug_code; in _ux_utility_debug_log()
112 _ux_system -> ux_system_debug_count++; in _ux_utility_debug_log()
126 if (total_debug_message_length >= _ux_system -> ux_system_debug_log_size) in _ux_utility_debug_log()
128 if (_ux_system -> ux_system_debug_log_head + total_debug_message_length > in _ux_utility_debug_log()
129 ux_system -> ux_system_debug_log_buffer + _ux_system -> ux_system_debug_log_size) in _ux_utility_debug_log()
133 _ux_system -> ux_system_debug_log_head = _ux_system -> ux_system_debug_log_buffer; in _ux_utility_debug_log()
137 …_ux_utility_memory_copy(_ux_system -> ux_system_debug_log_head, "At time : ", 10); /* Use case of … in _ux_utility_debug_log()
138 _ux_system -> ux_system_debug_log_head += 10; in _ux_utility_debug_log()
168 *_ux_system -> ux_system_debug_log_head = parameter_hexa; in _ux_utility_debug_log()
[all …]
Dux_system_initialize.c38 UX_SYSTEM *_ux_system; variable
137 _ux_system = (UX_SYSTEM *) regular_memory_pool_start; in _ux_system_initialize()
174_ux_system -> ux_system_regular_memory_pool_start = (UX_MEMORY_BLOCK *) (((UCHAR *) regular_memor… in _ux_system_initialize()
178 int_memory_pool_start = (ALIGN_TYPE) _ux_system -> ux_system_regular_memory_pool_start; in _ux_system_initialize()
194_ux_system -> ux_system_regular_memory_pool_size = (ULONG) (((ALIGN_TYPE) regular_memory_pool_… in _ux_system_initialize()
195_ux_system -> ux_system_regular_memory_pool_free = _ux_system -> ux_system_regular_memory_pool… in _ux_system_initialize()
196_ux_system -> ux_system_regular_memory_pool_start = (UX_MEMORY_BLOCK *) int_memory_pool_start; in _ux_system_initialize()
199 memory_block = _ux_system -> ux_system_regular_memory_pool_start; in _ux_system_initialize()
200 …memory_block -> ux_memory_block_size = _ux_system -> ux_system_regular_memory_pool_size - (ULO… in _ux_system_initialize()
209_ux_system -> ux_system_cache_safe_memory_pool_size = _ux_system -> ux_system_regular_memory_pool… in _ux_system_initialize()
[all …]
Dux_utility_memory_allocate.c97 _ux_system_mutex_on(&_ux_system -> ux_system_mutex); in _ux_utility_memory_allocate()
241 _ux_system_mutex_off(&_ux_system -> ux_system_mutex); in _ux_utility_memory_allocate()
333 …if (_ux_system -> ux_system_cache_safe_memory_pool_start == _ux_system -> ux_system_regular_memory… in _ux_utility_memory_allocate()
337 _ux_system -> ux_system_regular_memory_pool_free -= memory_removed_from_pool; in _ux_utility_memory_allocate()
347 _ux_system -> ux_system_cache_safe_memory_pool_free -= memory_removed_from_pool; in _ux_utility_memory_allocate()
353 _ux_system -> ux_system_regular_memory_pool_free -= memory_removed_from_pool; in _ux_utility_memory_allocate()
364 _ux_system -> ux_system_regular_memory_pool_alloc_count ++; in _ux_utility_memory_allocate()
365 _ux_system -> ux_system_regular_memory_pool_alloc_total += memory_size_requested; in _ux_utility_memory_allocate()
366 …if (_ux_system -> ux_system_regular_memory_pool_alloc_max_count < _ux_system -> ux_system_regular_… in _ux_utility_memory_allocate()
367_ux_system -> ux_system_regular_memory_pool_alloc_max_count = _ux_system -> ux_system_regular_memo… in _ux_utility_memory_allocate()
[all …]
Dux_utility_memory_free.c87 _ux_system_mutex_on(&_ux_system -> ux_system_mutex); in _ux_utility_memory_free()
92 regular_start = (UCHAR *)_ux_system -> ux_system_regular_memory_pool_start; in _ux_utility_memory_free()
93 regular_end = regular_start + _ux_system -> ux_system_regular_memory_pool_size; in _ux_utility_memory_free()
95 cache_safe_start = (UCHAR *)_ux_system -> ux_system_cache_safe_memory_pool_start; in _ux_utility_memory_free()
96 cache_safe_end = cache_safe_start + _ux_system -> ux_system_cache_safe_memory_pool_size; in _ux_utility_memory_free()
104 _ux_system_mutex_off(&_ux_system -> ux_system_mutex); in _ux_utility_memory_free()
128 _ux_system_mutex_off(&_ux_system -> ux_system_mutex); in _ux_utility_memory_free()
145 _ux_system -> ux_system_regular_memory_pool_alloc_count --; in _ux_utility_memory_free()
146_ux_system -> ux_system_regular_memory_pool_alloc_total -= memory_block -> ux_memory_block_size; in _ux_utility_memory_free()
150 _ux_system -> ux_system_cache_safe_memory_pool_alloc_count --; in _ux_utility_memory_free()
[all …]
Dux_system_error_handler.c77 _ux_system -> ux_system_last_error = error_code; in _ux_system_error_handler()
80 _ux_system -> ux_system_error_count++; in _ux_system_error_handler()
83 if (_ux_system -> ux_system_error_callback_function != UX_NULL) in _ux_system_error_handler()
87 _ux_system -> ux_system_error_callback_function(system_level, system_context, error_code); in _ux_system_error_handler()
Dux_hcd_sim_host_regular_td_obtain.c86 _ux_host_mutex_on(&_ux_system -> ux_system_mutex); in _ux_hcd_sim_host_regular_td_obtain()
105 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_sim_host_regular_td_obtain()
118 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_sim_host_regular_td_obtain()
Dux_utility_memory_free_block_best_get.c89 memory_block = _ux_system -> ux_system_regular_memory_pool_start; in _ux_utility_memory_free_block_best_get()
95 memory_block = _ux_system -> ux_system_cache_safe_memory_pool_start; in _ux_utility_memory_free_block_best_get()
Dux_utility_semaphore_get.c102 if (priority > _ux_system -> ux_system_thread_lowest_priority) in _ux_utility_semaphore_get()
106 _ux_system -> ux_system_thread_lowest_priority = priority; in _ux_utility_semaphore_get()
Dux_system_uninitialize.c78 _ux_system_mutex_delete(&_ux_system -> ux_system_mutex); in _ux_system_uninitialize()
Dux_utility_debug_callback_register.c79 _ux_system -> ux_system_debug_callback_function = debug_callback; in _ux_utility_debug_callback_register()
Dux_utility_error_callback_register.c78 _ux_system -> ux_system_error_callback_function = error_callback; in _ux_utility_error_callback_register()
Dux_utility_thread_schedule_other.c92 …status = tx_thread_priority_change(my_thread, _ux_system -> ux_system_thread_lowest_priority, &ol… in _ux_utility_thread_schedule_other()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_regular_td_obtain.c87 _ux_host_mutex_on(&_ux_system -> ux_system_mutex); in _ux_hcd_ohci_regular_td_obtain()
106 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_ohci_regular_td_obtain()
119 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_ohci_regular_td_obtain()
Dux_hcd_ehci_regular_td_obtain.c88 _ux_host_mutex_on(&_ux_system -> ux_system_mutex); in _ux_hcd_ehci_regular_td_obtain()
111 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_ehci_regular_td_obtain()
124 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_ehci_regular_td_obtain()
Dux_hcd_ohci_initialize.c170 _ux_host_mutex_on(&_ux_system -> ux_system_mutex); in _ux_hcd_ohci_initialize()
189 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_ohci_initialize()
215 _ux_host_mutex_off(&_ux_system -> ux_system_mutex); in _ux_hcd_ohci_initialize()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_ecm_transmission_callback.c184 …cm_transmission_callback", "Sending packet", next_packet, next_packet, _ux_system -> ux_system_mut… in _ux_host_class_cdc_ecm_transmission_callback()
/USBX-v6.2.1/common/core/inc/
Dux_system.h77 extern UX_SYSTEM *_ux_system;