Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_utility_thread_create.c86 VOID (*entry_function)(ULONG), ULONG entry_input, in _ux_utility_thread_create()
96 status = tx_thread_create(thread_ptr,name,entry_function,entry_input, in _ux_utility_thread_create()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_device_configuration_reset_coverage_test.c17 static UINT entry_function(struct UX_HCD_STRUCT *parm1, UINT parm2, VOID *parm3) in entry_function() function
53 hcd.ux_hcd_entry_function = entry_function; in test_application_define()
Dusbx_ux_host_class_hub_descriptor_get_coverage_test.c21 static UINT entry_function(struct UX_HCD_STRUCT *parm1, UINT parm2, VOID *parm3) in entry_function() function
79 hcd.ux_hcd_entry_function = entry_function; in test_application_define()
Dusbx_ux_host_stack_hcd_unregister_test.c312 static UINT entry_function(UX_HCD* hcd, UINT function, VOID* parameter) in entry_function() function
577 hcd->ux_hcd_entry_function = entry_function; in ux_test_thread_simulation_0_entry()
Dux_test_utility_sim.c716 UINT _tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr, VOID (*entry_function)(ULONG id), UL… in _tx_thread_create()
804 thread_ptr -> tx_thread_entry = entry_function; in _tx_thread_create()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h121 VOID (*entry_function)(ULONG), ULONG entry_input,