Home
last modified time | relevance | path

Searched refs:CHAR (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/USBX-v6.2.1/test/regression/
Dusbx_test_USBX_6_ux_version_id.c77 CHAR *stack_pointer; in test_application_define()
78 CHAR *memory_pointer; in test_application_define()
79 CHAR *rpool_start; in test_application_define()
80 CHAR *cpool_start; in test_application_define()
85 const CHAR flags[] = { in test_application_define()
88 const CHAR expect_error[] = { in test_application_define()
96 stack_pointer = (CHAR *) first_unused_memory; in test_application_define()
Dusbx_ux_host_class_hid_descriptor_parse_coverage_test.c32 CHAR *stack_pointer; in test_application_define()
33 CHAR *memory_pointer; in test_application_define()
39 stack_pointer = (CHAR *) usbx_memory; in test_application_define()
Dusbx_ux_utility_timer_test.c292 CHAR *stack_pointer; in test_application_define()
293 CHAR *memory_pointer; in test_application_define()
294 CHAR *rpool_start; in test_application_define()
295 CHAR *cpool_start; in test_application_define()
296 const CHAR flags[] = { in test_application_define()
299 const CHAR expect_error[] = { in test_application_define()
307 stack_pointer = (CHAR *) first_unused_memory; in test_application_define()
Dusbx_ux_utility_string_length_check_test.c292 CHAR *stack_pointer; in test_application_define()
293 CHAR *memory_pointer; in test_application_define()
294 CHAR *rpool_start; in test_application_define()
295 CHAR *cpool_start; in test_application_define()
296 const CHAR flags[] = { in test_application_define()
299 const CHAR expect_error[] = { in test_application_define()
307 stack_pointer = (CHAR *) first_unused_memory; in test_application_define()
Dusbx_ux_utility_mutex_test.c292 CHAR *stack_pointer; in test_application_define()
293 CHAR *memory_pointer; in test_application_define()
294 CHAR *rpool_start; in test_application_define()
295 CHAR *cpool_start; in test_application_define()
296 const CHAR flags[] = { in test_application_define()
299 const CHAR expect_error[] = { in test_application_define()
307 stack_pointer = (CHAR *) first_unused_memory; in test_application_define()
Dusbx_msrc_73386_host_storage_media_open_buffer_test.c62 static CHAR ram_disk_buffer1[UX_STORAGE_SECTOR_SIZE];
63 static CHAR ram_disk_buffer2[UX_STORAGE_SECTOR_SIZE];
64 static CHAR ram_disk_memory1[UX_RAM_DISK_SIZE];
65 static CHAR ram_disk_memory2[UX_RAM_DISK_SIZE];
66 static CHAR *ram_disk_memory[] =
72 static CHAR ram_disk_status_sent = 0;
76 static CHAR ram_disk_read_sent = 0;
78 static CHAR ram_disk_flush = 0;
284 CHAR * stack_pointer; in test_application_define()
285 CHAR * memory_pointer; in test_application_define()
[all …]
Dusbx_uxe_system_test.c58 CHAR *stack_pointer; in test_application_define()
59 CHAR *memory_pointer; in test_application_define()
71 stack_pointer = (CHAR *) first_unused_memory; in test_application_define()
Dusbx_ux_api_tracex_id_test.c34 static CHAR *stack_pointer;
35 static CHAR *memory_pointer;
107 stack_pointer = (CHAR *) first_unused_memory; in test_application_define()
Dusbx_ux_host_stack_new_device_get_test.c76 CHAR *stack_pointer; in test_application_define()
77 CHAR *memory_pointer; in test_application_define()
84 stack_pointer = (CHAR *) first_unused_memory; in test_application_define()
Dusbx_ux_device_class_cdc_ecm_uninitialize_test.c31 static CHAR global_buffer_write_host[128];
32 static CHAR global_buffer_read_host[128];
43 static CHAR global_buffer_write_device[128];
44 static CHAR global_buffer_read_device[128];
263 ux_system_initialize((CHAR *)usbx_memory, UX_USBX_MEMORY_SIZE, UX_NULL, 0); in test_application_define()
Dusbx_ux_host_class_storage_request_sense_test.c58 static CHAR ram_disk_buffer1[512];
59 static CHAR ram_disk_buffer2[512];
60 static CHAR ram_disk_memory1[UX_RAM_DISK_SIZE];
61 static CHAR ram_disk_memory2[UX_RAM_DISK_SIZE];
62 static CHAR *ram_disk_memory[] =
68 static CHAR ram_disk_status_sent = 0;
70 static CHAR ram_disk_flush = 0;
275 CHAR * stack_pointer; in test_application_define()
276 CHAR * memory_pointer; in test_application_define()
284 stack_pointer = (CHAR *) usbx_memory; in test_application_define()
Dusbx_ux_host_class_storage_media_capacity_get_test.c58 static CHAR ram_disk_buffer1[512];
59 static CHAR ram_disk_buffer2[512];
60 static CHAR ram_disk_memory1[UX_RAM_DISK_SIZE];
61 static CHAR ram_disk_memory2[UX_RAM_DISK_SIZE];
62 static CHAR *ram_disk_memory[] =
68 static CHAR ram_disk_status_sent = 0;
70 static CHAR ram_disk_flush = 0;
275 CHAR * stack_pointer; in test_application_define()
276 CHAR * memory_pointer; in test_application_define()
284 stack_pointer = (CHAR *) usbx_memory; in test_application_define()
Dusbx_ux_utility_thread_identify_test.c34 static CHAR *stack_pointer;
35 static CHAR *memory_pointer;
107 stack_pointer = (CHAR *) first_unused_memory; in test_application_define()
Dusbx_ux_utility_event_flags_test.c18 static CHAR *stack_pointer;
19 static CHAR *memory_pointer;
90 stack_pointer = (CHAR *) first_unused_memory; in test_application_define()
Dusbx_cdc_ecm_basic_ipv6_test.c66 static CHAR *packet_pool_memory_host;
67 static CHAR ip_thread_stack_host[DEMO_IP_THREAD_STACK_SIZE];
68 static CHAR arp_memory_host[ARP_MEMORY_SIZE];
81 static CHAR *packet_pool_memory_device;
82 static CHAR ip_thread_stack_device[DEMO_IP_THREAD_STACK_SIZE];
83 static CHAR arp_memory_device[ARP_MEMORY_SIZE];
267 CHAR *memory_pointer = first_unused_memory; in ux_test_cdc_ecm_initialize_use_framework()
383 static void read_packet_tcp(NX_TCP_SOCKET *tcp_socket, ULONG num_reads, CHAR *name) 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()
421 static void read_packet_udp(NX_UDP_SOCKET *udp_socket, ULONG num_reads, CHAR *name) in read_packet_udp()
[all …]
Dusbx_ux_host_class_storage_media_get_test.c58 static CHAR ram_disk_buffer1[512];
59 static CHAR ram_disk_buffer2[512];
60 static CHAR ram_disk_memory1[UX_RAM_DISK_SIZE];
61 static CHAR ram_disk_memory2[UX_RAM_DISK_SIZE];
62 static CHAR *ram_disk_memory[] =
68 static CHAR ram_disk_status_sent = 0;
72 static CHAR ram_disk_read_sent = 0;
74 static CHAR ram_disk_flush = 0;
351 CHAR * stack_pointer; in test_application_define()
352 CHAR * memory_pointer; in test_application_define()
[all …]
Dusbx_ux_host_class_storage_activate_test.c58 static CHAR ram_disk_buffer1[512];
59 static CHAR ram_disk_buffer2[512];
60 static CHAR ram_disk_memory1[UX_RAM_DISK_SIZE];
61 static CHAR ram_disk_memory2[UX_RAM_DISK_SIZE];
62 static CHAR *ram_disk_memory[] =
68 static CHAR ram_disk_status_sent = 0;
70 static CHAR ram_disk_flush = 0;
316 CHAR * stack_pointer; in test_application_define()
317 CHAR * memory_pointer; in test_application_define()
325 stack_pointer = (CHAR *) usbx_memory; in test_application_define()
Dusbx_ux_host_class_storage_device_support_check_test.c58 static CHAR ram_disk_buffer1[512];
59 static CHAR ram_disk_buffer2[512];
60 static CHAR ram_disk_memory1[UX_RAM_DISK_SIZE];
61 static CHAR ram_disk_memory2[UX_RAM_DISK_SIZE];
62 static CHAR *ram_disk_memory[] =
68 static CHAR ram_disk_status_sent = 0;
70 static CHAR ram_disk_flush = 0;
316 CHAR * stack_pointer; in test_application_define()
317 CHAR * memory_pointer; in test_application_define()
325 stack_pointer = (CHAR *) usbx_memory; in test_application_define()
Dusbx_ux_host_class_storage_max_lun_get_test.c58 static CHAR ram_disk_buffer1[512];
59 static CHAR ram_disk_buffer2[512];
60 static CHAR ram_disk_memory1[UX_RAM_DISK_SIZE];
61 static CHAR ram_disk_memory2[UX_RAM_DISK_SIZE];
62 static CHAR *ram_disk_memory[] =
68 static CHAR ram_disk_status_sent = 0;
70 static CHAR ram_disk_flush = 0;
316 CHAR * stack_pointer; in test_application_define()
317 CHAR * memory_pointer; in test_application_define()
325 stack_pointer = (CHAR *) usbx_memory; in test_application_define()
/USBX-v6.2.1/common/core/src/
Dux_utility_mutex_create.c77 UINT _ux_utility_mutex_create(UX_MUTEX *mutex, CHAR *mutex_name) in _ux_utility_mutex_create()
84 status = tx_mutex_create(mutex, (CHAR *) mutex_name, TX_NO_INHERIT); in _ux_utility_mutex_create()
Dux_utility_semaphore_create.c78 UINT _ux_utility_semaphore_create(UX_SEMAPHORE *semaphore, CHAR *semaphore_name, UINT initial_coun… in _ux_utility_semaphore_create()
84 status = tx_semaphore_create(semaphore, (CHAR *) semaphore_name, initial_count); in _ux_utility_semaphore_create()
Dux_trace_object_register.c32 extern VOID _tx_trace_object_register(UCHAR , VOID *, CHAR *, ULONG , ULONG );
82 VOID _ux_trace_object_register(UCHAR object_type, VOID *object_ptr, CHAR *object_name, ULONG param… in _ux_trace_object_register()
Dux_utility_timer_create.c74 UINT _ux_utility_timer_create(TX_TIMER *timer, CHAR *timer_name, VOID (*expiration_function) (ULON… in _ux_utility_timer_create()
83 status = tx_timer_create(timer, (CHAR *) timer_name, expiration_function, expiration_input, in _ux_utility_timer_create()
/USBX-v6.2.1/ports/cortex_a5/iar/inc/
Dux_port.h88 typedef char CHAR; typedef
257 CHAR _ux_version_id[] =
260 extern CHAR _ux_version_id[];
/USBX-v6.2.1/ports/cortex_a9/gnu/inc/
Dux_port.h88 typedef char CHAR; typedef
257 CHAR _ux_version_id[] =
260 extern CHAR _ux_version_id[];

12345678910>>...19