Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 52) sorted by relevance

123

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_configure_test.c293 ULONG tmp; in tx_demo_thread_host_simulation_entry() local
316 tmp = hid -> ux_host_class_hid_device -> ux_device_state; in tx_demo_thread_host_simulation_entry()
328 hid -> ux_host_class_hid_device -> ux_device_state = tmp; in tx_demo_thread_host_simulation_entry()
342 tmp = hid -> ux_host_class_hid_device -> ux_device_state; in tx_demo_thread_host_simulation_entry()
354 hid -> ux_host_class_hid_device -> ux_device_state = tmp; in tx_demo_thread_host_simulation_entry()
366 tmp = hid -> ux_host_class_hid_device -> ux_device_state; in tx_demo_thread_host_simulation_entry()
378 hid -> ux_host_class_hid_device -> ux_device_state = tmp; in tx_demo_thread_host_simulation_entry()
389 tmp = hid -> ux_host_class_hid_device -> ux_device_state; in tx_demo_thread_host_simulation_entry()
405 hid -> ux_host_class_hid_device -> ux_device_state = tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_periodic_report_stop_test.c282 ULONG tmp; in tx_demo_thread_host_simulation_entry() local
300 tmp = _ux_system_host->ux_system_host_class_array->ux_host_class_status; in tx_demo_thread_host_simulation_entry()
313 _ux_system_host->ux_system_host_class_array->ux_host_class_status = (UINT)tmp; in tx_demo_thread_host_simulation_entry()
322 tmp = hid -> ux_host_class_hid_interrupt_endpoint_status; in tx_demo_thread_host_simulation_entry()
334 hid -> ux_host_class_hid_interrupt_endpoint_status = tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_get_test2.c355 ALIGN_TYPE tmp; in tx_demo_thread_host_simulation_entry() local
398 tmp = (ALIGN_TYPE)hcd -> ux_hcd_entry_function; in tx_demo_thread_host_simulation_entry()
412 hcd -> ux_hcd_entry_function = (UINT (*) (struct UX_HCD_STRUCT *, UINT, VOID *))tmp; in tx_demo_thread_host_simulation_entry()
430 tmp = (ALIGN_TYPE)hcd -> ux_hcd_entry_function; in tx_demo_thread_host_simulation_entry()
442 hcd -> ux_hcd_entry_function = (UINT (*) (struct UX_HCD_STRUCT *, UINT, VOID *))tmp; in tx_demo_thread_host_simulation_entry()
524 tmp = _ux_system_host->ux_system_host_class_array->ux_host_class_status; in tx_demo_thread_host_simulation_entry()
536 _ux_system_host->ux_system_host_class_array->ux_host_class_status = (UINT)tmp; in tx_demo_thread_host_simulation_entry()
563 tmp = client_report.ux_host_class_hid_client_report_flags; in tx_demo_thread_host_simulation_entry()
575 client_report.ux_host_class_hid_client_report_flags = tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_keyboard_activate_test.c287 ALIGN_TYPE tmp; in tx_demo_thread_host_simulation_entry() local
479 tmp = (ALIGN_TYPE)hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report; in tx_demo_thread_host_simulation_entry()
494 …> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report = (UX_HOST_CLASS_HID_REPORT *)tmp; in tx_demo_thread_host_simulation_entry()
497 tmp = (ALIGN_TYPE)hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_output_report; in tx_demo_thread_host_simulation_entry()
512 … ux_host_class_hid_parser.ux_host_class_hid_parser_output_report = (UX_HOST_CLASS_HID_REPORT *)tmp; in tx_demo_thread_host_simulation_entry()
521 tmp = hid -> ux_host_class_hid_interrupt_endpoint -> ux_endpoint_device -> ux_device_state; in tx_demo_thread_host_simulation_entry()
536 hid -> ux_host_class_hid_interrupt_endpoint -> ux_endpoint_device -> ux_device_state = tmp; in tx_demo_thread_host_simulation_entry()
547 tmp = (ALIGN_TYPE)hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report; in tx_demo_thread_host_simulation_entry()
562 …> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report = (UX_HOST_CLASS_HID_REPORT *)tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_descriptor_parse_test.c377 ALIGN_TYPE tmp; in tx_demo_thread_host_simulation_entry() local
423 tmp = (ALIGN_TYPE)hcd -> ux_hcd_entry_function; in tx_demo_thread_host_simulation_entry()
435 hcd -> ux_hcd_entry_function = (UINT (*) (struct UX_HCD_STRUCT *, UINT, VOID *))tmp; in tx_demo_thread_host_simulation_entry()
445 tmp = (ALIGN_TYPE)hcd -> ux_hcd_entry_function; in tx_demo_thread_host_simulation_entry()
457 hcd -> ux_hcd_entry_function = (UINT (*) (struct UX_HCD_STRUCT *, UINT, VOID *))tmp; in tx_demo_thread_host_simulation_entry()
467 tmp = (ALIGN_TYPE)hcd -> ux_hcd_entry_function; in tx_demo_thread_host_simulation_entry()
479 hcd -> ux_hcd_entry_function = (UINT (*) (struct UX_HCD_STRUCT *, UINT, VOID *))tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_interrupt_endpoint_search_test.c282 ALIGN_TYPE tmp; in tx_demo_thread_host_simulation_entry() local
327 tmp = (ALIGN_TYPE)hid -> ux_host_class_hid_interface -> ux_interface_first_endpoint; in tx_demo_thread_host_simulation_entry()
339 hid -> ux_host_class_hid_interface -> ux_interface_first_endpoint = (VOID *)tmp; in tx_demo_thread_host_simulation_entry()
349 tmp = hid -> ux_host_class_hid_interrupt_endpoint -> ux_endpoint_descriptor.bEndpointAddress; in tx_demo_thread_host_simulation_entry()
361 …id -> ux_host_class_hid_interrupt_endpoint -> ux_endpoint_descriptor.bEndpointAddress = (ULONG)tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_mouse_activate_test.c313 ALIGN_TYPE tmp; in tx_demo_thread_host_simulation_entry() local
374 tmp = _ux_system_host->ux_system_host_class_array->ux_host_class_status; in tx_demo_thread_host_simulation_entry()
387 _ux_system_host->ux_system_host_class_array->ux_host_class_status = (UINT)tmp; in tx_demo_thread_host_simulation_entry()
396 tmp = (ALIGN_TYPE)hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report; in tx_demo_thread_host_simulation_entry()
409 …> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report = (UX_HOST_CLASS_HID_REPORT *)tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_transfer_request_completed_test.c307 ALIGN_TYPE tmp; in tx_demo_thread_host_simulation_entry() local
353tmp = (ALIGN_TYPE)hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report -> ux_host… in tx_demo_thread_host_simulation_entry()
360 …s_hid_report_callback_function = (VOID (*) (struct UX_HOST_CLASS_HID_REPORT_CALLBACK_STRUCT *))tmp; in tx_demo_thread_host_simulation_entry()
366tmp = hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report -> ux_host_class_hid_r… in tx_demo_thread_host_simulation_entry()
381 …_parser.ux_host_class_hid_parser_input_report -> ux_host_class_hid_report_number_item = (ULONG)tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_storage_direct_calls_test.c695 ALIGN_TYPE tmp; in tx_demo_thread_host_simulation_entry() local
750 tmp = (ULONG)hcd -> ux_hcd_entry_function; in tx_demo_thread_host_simulation_entry()
788 hcd -> ux_hcd_entry_function = (UINT (*) (struct UX_HCD_STRUCT *, UINT, VOID *))tmp; in tx_demo_thread_host_simulation_entry()
797 tmp = (ULONG)hcd -> ux_hcd_entry_function; in tx_demo_thread_host_simulation_entry()
844 hcd -> ux_hcd_entry_function = (UINT (*) (struct UX_HCD_STRUCT *, UINT, VOID *))tmp; in tx_demo_thread_host_simulation_entry()
859 tmp = (ULONG)hcd -> ux_hcd_entry_function; in tx_demo_thread_host_simulation_entry()
897 hcd -> ux_hcd_entry_function = (UINT (*) (struct UX_HCD_STRUCT *, UINT, VOID *))tmp; in tx_demo_thread_host_simulation_entry()
912 tmp = (ALIGN_TYPE)hcd -> ux_hcd_entry_function; in tx_demo_thread_host_simulation_entry()
944 hcd -> ux_hcd_entry_function = (UINT (*) (struct UX_HCD_STRUCT *, UINT, VOID *))tmp; in tx_demo_thread_host_simulation_entry()
953 tmp = (ALIGN_TYPE)hcd -> ux_hcd_entry_function; in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_ux_host_class_hid_periodic_report_start_test.c282 ULONG tmp; in tx_demo_thread_host_simulation_entry() local
329 tmp = hid -> ux_host_class_hid_interrupt_endpoint_status; in tx_demo_thread_host_simulation_entry()
341 hid -> ux_host_class_hid_interrupt_endpoint_status = tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_callback_register_test.c283 ULONG tmp; in tx_demo_thread_host_simulation_entry() local
301 tmp = _ux_system_host->ux_system_host_class_array->ux_host_class_status; in tx_demo_thread_host_simulation_entry()
314 _ux_system_host->ux_system_host_class_array->ux_host_class_status = (UINT)tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_add_test.c298 ALIGN_TYPE tmp; in tx_demo_thread_host_simulation_entry() local
326 tmp = (ALIGN_TYPE)hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report; in tx_demo_thread_host_simulation_entry()
356 …> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report = (UX_HOST_CLASS_HID_REPORT *)tmp; in tx_demo_thread_host_simulation_entry()
372 tmp = (ALIGN_TYPE)hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report; in tx_demo_thread_host_simulation_entry()
398 …> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report = (UX_HOST_CLASS_HID_REPORT *)tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_msrc_81251_host_hid_report_add_fail_mem_test.c299 ALIGN_TYPE tmp; in tx_demo_thread_host_simulation_entry() local
330 tmp = (ALIGN_TYPE)hid -> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report; in tx_demo_thread_host_simulation_entry()
360 …> ux_host_class_hid_parser.ux_host_class_hid_parser_input_report = (UX_HOST_CLASS_HID_REPORT *)tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_standalone_device_cdc_acm_basic_memory_test.c472 UCHAR tmp; in test_swap_framework_bulk_ep_descriptors() local
474 tmp = device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS]; in test_swap_framework_bulk_ep_descriptors()
476 device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_2_FS] = tmp; in test_swap_framework_bulk_ep_descriptors()
478 tmp = device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_1_HS]; in test_swap_framework_bulk_ep_descriptors()
480 device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_2_HS] = tmp; in test_swap_framework_bulk_ep_descriptors()
Dusbx_standalone_cdc_acm_basic_memory_test.c488 UCHAR tmp; in test_swap_framework_bulk_ep_descriptors() local
490 tmp = device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS]; in test_swap_framework_bulk_ep_descriptors()
492 device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_2_FS] = tmp; in test_swap_framework_bulk_ep_descriptors()
494 tmp = device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_1_HS]; in test_swap_framework_bulk_ep_descriptors()
496 device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_2_HS] = tmp; in test_swap_framework_bulk_ep_descriptors()
Dusbx_cdc_acm_basic_memory_test.c472 UCHAR tmp; in test_swap_framework_bulk_ep_descriptors() local
474 tmp = device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS]; in test_swap_framework_bulk_ep_descriptors()
476 device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_2_FS] = tmp; in test_swap_framework_bulk_ep_descriptors()
478 tmp = device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_1_HS]; in test_swap_framework_bulk_ep_descriptors()
480 device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_2_HS] = tmp; in test_swap_framework_bulk_ep_descriptors()
Dusbx_ux_device_class_hid_descriptor_send_test.c413 ALIGN_TYPE tmp; in tx_demo_thread_host_simulation_entry() local
624 tmp = (ALIGN_TYPE)_ux_system_slave -> ux_system_slave_device_framework; in tx_demo_thread_host_simulation_entry()
637 _ux_system_slave -> ux_system_slave_device_framework = (UCHAR *)tmp; in tx_demo_thread_host_simulation_entry()
655 tmp = (ALIGN_TYPE)_ux_system_slave -> ux_system_slave_device_framework; in tx_demo_thread_host_simulation_entry()
668 _ux_system_slave -> ux_system_slave_device_framework = (UCHAR *)tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_keyboard_key_get_test.c387 ALIGN_TYPE tmp; in tx_demo_thread_host_simulation_entry() local
418 tmp = (ALIGN_TYPE)keyboard -> ux_host_class_hid_keyboard_hid; in tx_demo_thread_host_simulation_entry()
429 keyboard -> ux_host_class_hid_keyboard_hid = (UX_HOST_CLASS_HID *)tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_standalone_device_cdc_acm_transmission_test.c493 UCHAR tmp; in test_swap_framework_bulk_ep_descriptors() local
495 tmp = device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS]; in test_swap_framework_bulk_ep_descriptors()
497 device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_2_FS] = tmp; in test_swap_framework_bulk_ep_descriptors()
499 tmp = device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_1_HS]; in test_swap_framework_bulk_ep_descriptors()
501 device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_2_HS] = tmp; in test_swap_framework_bulk_ep_descriptors()
Dusbx_ux_host_stack_device_remove_test.c369 ULONG tmp; in tx_demo_thread_host_simulation_entry() local
459 tmp = _ux_system_host -> ux_system_host_device_array[3].ux_device_handle; in tx_demo_thread_host_simulation_entry()
482 _ux_system_host -> ux_system_host_device_array[3].ux_device_handle = tmp; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_device_basic_memory_tests.c627 UCHAR tmp; in test_swap_framework_bulk_ep_descriptors() local
629 tmp = device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS]; in test_swap_framework_bulk_ep_descriptors()
631 device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_2_FS] = tmp; in test_swap_framework_bulk_ep_descriptors()
633 tmp = device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_1_HS]; in test_swap_framework_bulk_ep_descriptors()
635 device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_2_HS] = tmp; in test_swap_framework_bulk_ep_descriptors()
Dusbx_ux_host_basic_memory_tests.c640 UCHAR tmp; in test_swap_framework_bulk_ep_descriptors() local
642 tmp = device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_1_FS]; in test_swap_framework_bulk_ep_descriptors()
644 device_framework_full_speed[DEVICE_FRAMEWORK_EPA_POS_2_FS] = tmp; in test_swap_framework_bulk_ep_descriptors()
646 tmp = device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_1_HS]; in test_swap_framework_bulk_ep_descriptors()
648 device_framework_high_speed[DEVICE_FRAMEWORK_EPA_POS_2_HS] = tmp; in test_swap_framework_bulk_ep_descriptors()
Dusbx_ux_host_class_hid_descriptor_parse_test3.c219 ALIGN_TYPE tmp; in test_application_define() local
326 tmp = (ALIGN_TYPE)hcd -> ux_hcd_entry_function; in test_application_define()
Dusbx_ux_host_class_hid_periodic_report_start_test2.c209 ALIGN_TYPE tmp; in test_application_define() local
315 tmp = (ALIGN_TYPE)hcd -> ux_hcd_entry_function; in test_application_define()
/USBX-v6.2.1/cmake/
Dutilities.cmake4 set(tmp ${azrtos_targets}) variable
12 list(APPEND tmp "azrtos::${dirname}")
14 set(azrtos_targets ${tmp} PARENT_SCOPE)

123