| /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()
|
| D | ux_utility_semaphore_get.c | 83 CHAR *name; in _ux_utility_semaphore_get() local 96 tx_thread_info_get(my_thread, &name, &state, &run_count, in _ux_utility_semaphore_get()
|
| D | ux_utility_thread_create.c | 85 UINT _ux_utility_thread_create(UX_THREAD *thread_ptr, CHAR *name, in _ux_utility_thread_create() argument 96 status = tx_thread_create(thread_ptr,name,entry_function,entry_input, in _ux_utility_thread_create()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_utility.h | 120 UINT _ux_utility_thread_create(UX_THREAD *thread_ptr, CHAR *name, 136 UINT _ux_utility_event_flags_create(UX_EVENT_FLAGS_GROUP*group_ptr, CHAR *name); 204 #define _ux_system_semaphore_create(sem,name,cnt) (UX_SUCCESS) argument 205 #define _ux_system_semaphore_create_norc(sem,name,cnt) do{}while(0) argument 212 #define _ux_system_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_thresho… argument 213 #define _ux_system_thread_create_norc(t,name,entry,entry_param,stack,stack_size,priority,preempt_th… argument 216 #define _ux_system_mutex_create(mutex,name) do{}while(0) argument 220 #define _ux_system_event_flags_create(g,name) (UX_SUCCESS) argument 250 #define _ux_device_thread_create(t,name,entry,entry_param,stack,stack_size,priority,preempt_thresho… argument 256 #define _ux_device_semaphore_create(sem,name,cnt) (UX_SUCCESS) argument [all …]
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_test_cdc_ecm.h | 400 static void read_packet_tcp(NX_TCP_SOCKET *tcp_socket, ULONG num_reads, CHAR *name) in read_packet_tcp() argument 409 stepinfo("%s reading tcp packet# %lu\n", name, num_reads); in read_packet_tcp() 419 …te_packet_tcp(NX_TCP_SOCKET *tcp_socket, NX_PACKET_POOL *packet_pool, ULONG num_writes, CHAR *name) in write_packet_tcp() argument 449 stepinfo("%s writing tcp packet# %lu\n", name, num_writes); in write_packet_tcp() 454 static void read_packet_udp(NX_UDP_SOCKET *udp_socket, ULONG num_reads, CHAR *name) in read_packet_udp() argument 463 stepinfo("%s reading udp packet# %lu\n", name, num_reads); in read_packet_udp() 473 …NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, CHAR *name, ULONG len) in write_udp() argument 506 … stepinfo("%s writing udp packet# %lu, %ld\n", name, num_writes, out_packet->nx_packet_length); in write_udp() 511 …dp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, CHAR *name) in write_packet_udp() argument 513 write_udp(udp_socket, packet_pool, ip_address, port, num_writes, name, 4 + WRITE_APPEND_SIZE); in write_packet_udp()
|
| D | usbx_cdc_ecm_basic_ipv6_test.c | 383 static void read_packet_tcp(NX_TCP_SOCKET *tcp_socket, ULONG num_reads, CHAR *name) in read_packet_tcp() argument 392 stepinfo("%s reading tcp packet# %lu\n", name, num_reads); in read_packet_tcp() 402 …te_packet_tcp(NX_TCP_SOCKET *tcp_socket, NX_PACKET_POOL *packet_pool, ULONG num_writes, CHAR *name) in write_packet_tcp() argument 416 stepinfo("%s writing tcp packet# %lu\n", name, num_writes); in write_packet_tcp() 421 static void read_packet_udp(NX_UDP_SOCKET *udp_socket, ULONG num_reads, CHAR *name) in read_packet_udp() argument 430 stepinfo("%s reading udp packet# %lu\n", name, num_reads); in read_packet_udp() 440 …dp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, CHAR *name) in write_packet_udp() argument 454 stepinfo("%s writing udp packet# %lu\n", name, num_writes); in write_packet_udp()
|
| D | usbx_rndis_basic_test.c | 287 static void read_packet_udp(NX_UDP_SOCKET *udp_socket, ULONG num_reads, CHAR *name) in read_packet_udp() argument 296 stepinfo("%s reading packet# %lu\n", name, num_reads); in read_packet_udp() 307 …dp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, CHAR *name) in write_packet_udp() argument 321 stepinfo("%s writing packet# %lu\n", name, num_writes); in write_packet_udp()
|
| D | usbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c | 288 static void read_packet_udp(NX_UDP_SOCKET *udp_socket, ULONG num_reads, CHAR *name) in read_packet_udp() argument 297 stepinfo("%s reading packet# %lu\n", name, num_reads); in read_packet_udp() 308 …dp_socket, NX_PACKET_POOL *packet_pool, ULONG ip_address, ULONG port, ULONG num_writes, CHAR *name) in write_packet_udp() argument 322 stepinfo("%s writing packet# %lu\n", name, num_writes); in write_packet_udp()
|
| /USBX-v6.2.1/.github/ISSUE_TEMPLATE/ |
| D | feature_request.md | 2 name: Feature request
|
| D | hardware-or-architecture-support.md | 2 name: Hardware or architecture support
|
| D | bug_report.md | 2 name: Bug report
|
| /USBX-v6.2.1/support/windows_host_files/ |
| D | CDC_ACM_Template.inf | 63 MYCORP = "Microsoft Corporation" ; Your company name
|
| /USBX-v6.2.1/docs/ |
| D | revision_history.txt | 26 … changed name buffer in structs to use max class name length symbol. 41 … fix symbol name for max number of slave classes. 45 added audio class name. 48 … changed system mutex name to something more descriptive. 51 ux_utility.h Fixed function name error. 62 ux_device_stack_initialize.c Added audio class name, 170 added more descriptive thread name, 317 ux_dcd_at91hs_fifo_write.c Fixed bad variable name. 1756 … Changed the structure name UX_STM32_ED into UX_HCD_STM32_ED the following files were modified: 1807 ux_device_class_cdc_acm_write.c Fixed function name [all …]
|