| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_device_class_cdc_acm_transmission_test.c | 85 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 278 if (cdc_acm_slave == UX_NULL) in break_on_cdc_acm_all_ready() 334 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 340 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 583 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_host_simulation_entry() 698 UINT tx_demo_thread_slave_read_callback(UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave, UINT status, UCHAR *… in tx_demo_thread_slave_read_callback() argument 737 UINT tx_demo_thread_slave_write_callback(UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave, UINT status, ULONG … in tx_demo_thread_slave_write_callback() argument 772 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_slave_simulation_entry() 783 …ux_device_class_cdc_acm_ioctl(cdc_acm_slave, UX_SLAVE_CLASS_CDC_ACM_IOCTL_SET_LINE_STATE, &line_st… in tx_test_thread_slave_simulation_entry() 788 …status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, UX_SLAVE_CLASS_CDC_ACM_IOCTL_GET_LINE_STATE,… in tx_test_thread_slave_simulation_entry() [all …]
|
| D | usbx_ux_device_class_cdc_acm_timeout_test.c | 110 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave = UX_NULL; variable 273 if (cdc_acm_slave == UX_NULL || cdc_acm_slave1 == UX_NULL) in break_on_cdc_acm_all_ready() 292 if (cdc_acm_slave != UX_NULL || cdc_acm_slave1 != UX_NULL) in break_on_removal() 355 if (cdc_acm_slave == UX_NULL) in test_cdc_instance_activate() 356 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 365 if ((VOID *)cdc_acm_slave == cdc_instance) in test_cdc_instance_deactivate() 366 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 552 && cdc_acm_slave in tx_test_thread_host_simulation_entry() 581 …status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, UX_SLAVE_CLASS_CDC_ACM_IOCTL_SET_READ_TIMEOU… in tx_test_thread_host_simulation_entry() 589 …slave_endpoint = cdc_acm_slave->ux_slave_class_cdc_acm_interface->ux_slave_interface_first_endpoin… in tx_test_thread_host_simulation_entry() [all …]
|
| D | usbx_standalone_cdc_acm_basic_test.c | 55 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 482 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 488 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 498 ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_instance_parameter_change() 501 ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_instance_parameter_change() 697 if (cdc_acm_slave == UX_NULL) in test_cdc_acm_device_ioctl_parameters() 705 status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_acm_device_ioctl_parameters() 723 status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_acm_device_ioctl_parameters() 729 status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_acm_device_ioctl_parameters() 747 status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_acm_device_ioctl_parameters() [all …]
|
| D | usbx_standalone_device_cdc_acm_basic_test.c | 55 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 466 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 472 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 482 ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_instance_parameter_change() 485 ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_instance_parameter_change() 657 if (cdc_acm_slave == UX_NULL) in test_cdc_acm_device_ioctl_parameters() 665 status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_acm_device_ioctl_parameters() 683 status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_acm_device_ioctl_parameters() 689 status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_acm_device_ioctl_parameters() 707 status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_acm_device_ioctl_parameters() [all …]
|
| D | usbx_ux_device_class_cdc_acm_ioctl_test.c | 108 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave = UX_NULL; variable 271 if (cdc_acm_slave == UX_NULL || cdc_acm_slave1 == UX_NULL) in break_on_cdc_acm_all_ready() 290 if (cdc_acm_slave != UX_NULL || cdc_acm_slave1 != UX_NULL) in break_on_removal() 353 if (cdc_acm_slave == UX_NULL) in test_cdc_instance_activate() 354 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 363 if ((VOID *)cdc_acm_slave == cdc_instance) in test_cdc_instance_deactivate() 364 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 542 && cdc_acm_slave in tx_test_thread_host_simulation_entry() 557 …status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, UX_SLAVE_CLASS_CDC_ACM_IOCTL_GET_LINE_STATE,… in tx_test_thread_host_simulation_entry() 567 …status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, UX_SLAVE_CLASS_CDC_ACM_IOCTL_SET_LINE_STATE,… in tx_test_thread_host_simulation_entry() [all …]
|
| D | usbx_test_USBX_142_DTR_callback.c | 110 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave = UX_NULL; variable 273 if (cdc_acm_slave == UX_NULL || cdc_acm_slave1 == UX_NULL) in break_on_cdc_acm_all_ready() 295 if (cdc_acm_slave != UX_NULL || cdc_acm_slave1 != UX_NULL) in break_on_removal() 358 if (cdc_acm_slave == UX_NULL) in test_cdc_instance_activate() 359 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 368 if ((VOID *)cdc_acm_slave == cdc_instance) in test_cdc_instance_deactivate() 369 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 555 && cdc_acm_slave in tx_test_thread_host_simulation_entry() 582 …status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, UX_SLAVE_CLASS_CDC_ACM_IOCTL_GET_LINE_STATE,… in tx_test_thread_host_simulation_entry() 608 …status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, UX_SLAVE_CLASS_CDC_ACM_IOCTL_GET_LINE_STATE,… in tx_test_thread_host_simulation_entry() [all …]
|
| D | usbx_ux_device_class_cdc_acm_bulkout_thread_test.c | 85 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 278 if (cdc_acm_slave == UX_NULL) in break_on_cdc_acm_all_ready() 334 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 340 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 511 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_host_simulation_entry() 573 UINT tx_demo_thread_slave_read_callback(UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave, UINT status, UCHAR *… in tx_demo_thread_slave_read_callback() argument 612 UINT tx_demo_thread_slave_write_callback(UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave, UINT status, ULONG … in tx_demo_thread_slave_write_callback() argument 646 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_slave_simulation_entry() 655 …ux_device_class_cdc_acm_ioctl(cdc_acm_slave, UX_SLAVE_CLASS_CDC_ACM_IOCTL_SET_LINE_STATE, &line_st… in tx_test_thread_slave_simulation_entry() 660 …status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, UX_SLAVE_CLASS_CDC_ACM_IOCTL_GET_LINE_STATE,… in tx_test_thread_slave_simulation_entry() [all …]
|
| D | usbx_ux_host_stack_endpoint_reset_test.c | 111 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave = UX_NULL; variable 289 if (cdc_acm_slave == UX_NULL || cdc_acm_slave1 == UX_NULL) in break_on_cdc_acm_all_ready() 308 if (cdc_acm_slave != UX_NULL || cdc_acm_slave1 != UX_NULL) in break_on_removal() 371 if (cdc_acm_slave == UX_NULL) in test_cdc_instance_activate() 372 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 381 if ((VOID *)cdc_acm_slave == cdc_instance) in test_cdc_instance_deactivate() 382 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 589 && cdc_acm_slave in tx_test_thread_host_simulation_entry() 621 if (cdc_acm_host_control || cdc_acm_host_data || cdc_acm_slave) in tx_test_thread_host_simulation_entry()
|
| D | usbx_standalone_device_cdc_acm_transmission_test.c | 55 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 467 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 473 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 483 ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_instance_parameter_change() 486 ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in test_cdc_instance_parameter_change() 823 status = ux_device_class_cdc_acm_write_with_callback(cdc_acm_slave, in test_cdc_acm_device_write_callback() 856 ux_device_class_cdc_acm_write_with_callback(cdc_acm_slave, in test_cdc_acm_device_read_callback() 878 if (cdc_acm != cdc_acm_slave && cdc_acm_slave) in ux_test_thread_slave_simulation_entry() 880 cdc_acm = cdc_acm_slave; in ux_test_thread_slave_simulation_entry() 885 status = ux_device_class_cdc_acm_ioctl(cdc_acm_slave, in ux_test_thread_slave_simulation_entry()
|
| D | usbx_ux_device_class_cdc_acm_deactivate_test.c | 87 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 259 …cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *)_ux_system_slave->ux_system_slave_class_array[0].ux_slav… in break_on_cdc_acm_all_ready() 282 cdc_acm_slave = UX_NULL; in break_on_removal() 321 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 327 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 496 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_host_simulation_entry() 509 if (cdc_acm_host_control || cdc_acm_host_data || cdc_acm_slave) in tx_test_thread_host_simulation_entry()
|
| D | usbx_ux_host_stack_class_instance_verify_test.c | 111 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave = UX_NULL; variable 274 if (cdc_acm_slave == UX_NULL || cdc_acm_slave1 == UX_NULL) in break_on_cdc_acm_all_ready() 293 if (cdc_acm_slave != UX_NULL || cdc_acm_slave1 != UX_NULL) in break_on_removal() 356 if (cdc_acm_slave == UX_NULL) in test_cdc_instance_activate() 357 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 366 if ((VOID *)cdc_acm_slave == cdc_instance) in test_cdc_instance_deactivate() 367 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 613 && cdc_acm_slave in tx_test_thread_host_simulation_entry() 650 if (cdc_acm_host_control || cdc_acm_host_data || cdc_acm_slave) in tx_test_thread_host_simulation_entry()
|
| D | usbx_cdc_acm_device_dtr_rts_reset_on_disconnect_test.c | 54 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 367 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in demo_cdc_instance_activate() 504 while (!cdc_acm_slave); in tx_demo_thread_host_simulation_entry() 509 …UX_TEST_CHECK_SUCCESS(ux_device_class_cdc_acm_ioctl(cdc_acm_slave, UX_SLAVE_CLASS_CDC_ACM_IOCTL_GE… in tx_demo_thread_host_simulation_entry() 519 …UX_TEST_CHECK_SUCCESS(ux_device_class_cdc_acm_ioctl(cdc_acm_slave, UX_SLAVE_CLASS_CDC_ACM_IOCTL_GE… in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_stack_new_interface_create_test.c | 40 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 438 if (cdc_acm_host_control == UX_NULL || cdc_acm_host_data == UX_NULL || cdc_acm_slave == UX_NULL) in tx_test_thread_host_simulation_entry() 539 if (cdc_acm_slave != UX_NULL) in tx_test_thread_slave_simulation_entry() 555 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 562 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate()
|
| D | usbx_cdc_acm_basic_test.c | 77 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 901 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in demo_cdc_instance_activate() 907 cdc_acm_slave = UX_NULL; in demo_cdc_instance_deactivate() 1200 cdc_acm_slave_bak = cdc_acm_slave; in tx_test_thread_host_simulation_entry() 1578 if (!cdc_acm_slave || !cdc_acm_host_control || !cdc_acm_host_data) in tx_test_thread_host_simulation_entry() 1587 if (cdc_acm_slave || cdc_acm_host_control || cdc_acm_host_data) in tx_test_thread_host_simulation_entry() 1615 if (cdc_acm_slave || cdc_acm_host_control) in tx_test_thread_host_simulation_entry() 1652 if (!cdc_acm_slave || !cdc_acm_host_control || !cdc_acm_host_data) in tx_test_thread_host_simulation_entry() 1655 …printf("ERROR #53: instance not ready after reconnect (%p,%p,%p)\n", cdc_acm_slave, cdc_acm_host_c… in tx_test_thread_host_simulation_entry() 2608 while(cdc_acm_slave != UX_NULL && cdc_acm_slave_bulk_read_write == UX_TRUE) in tx_test_thread_slave_simulation_entry() [all …]
|
| D | usbx_ux_device_class_cdc_acm_write_test.c | 87 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 274 …cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *)_ux_system_slave->ux_system_slave_class_array[0].ux_slav… in break_on_cdc_acm_all_ready() 297 cdc_acm_slave = UX_NULL; in break_on_removal() 336 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 342 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 507 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_simulation_0_entry() 579 status = ux_device_class_cdc_acm_write(cdc_acm_slave, buffer, 128, &actual_length); in tx_test_thread_simulation_1_entry()
|
| D | usbx_ux_host_stack_new_configuration_create_test.c | 98 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 519 if (cdc_acm_host_control == UX_NULL || cdc_acm_host_data == UX_NULL || cdc_acm_slave == UX_NULL) in tx_test_thread_host_simulation_entry() 565 if (cdc_acm_slave != UX_NULL) in tx_test_thread_slave_simulation_entry() 581 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 588 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate()
|
| D | usbx_ux_host_stack_rh_change_process_test.c | 39 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 450 if (cdc_acm_host_control == UX_NULL || cdc_acm_host_data == UX_NULL || cdc_acm_slave == UX_NULL) in tx_test_thread_host_simulation_entry() 531 if (cdc_acm_slave != UX_NULL) in tx_test_thread_slave_simulation_entry() 547 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 554 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate()
|
| D | usbx_ux_host_stack_new_device_create_test.c | 40 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 441 if (cdc_acm_host_control == UX_NULL || cdc_acm_host_data == UX_NULL || cdc_acm_slave == UX_NULL) in tx_test_thread_host_simulation_entry() 530 if (cdc_acm_slave != UX_NULL) in tx_test_thread_slave_simulation_entry() 546 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 553 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate()
|
| D | usbx_ux_device_class_cdc_acm_activate_test.c | 87 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 259 …cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *)_ux_system_slave->ux_system_slave_class_array[0].ux_slav… in break_on_cdc_acm_all_ready() 282 cdc_acm_slave = UX_NULL; in break_on_removal() 321 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 327 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 492 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_cdc_acm_activate_test.c | 84 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 227 if (cdc_acm_slave == UX_NULL) in break_on_cdc_acm_all_ready() 283 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 289 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 451 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_host_simulation_entry()
|
| D | usbx_cdc_acm_configure_test.c | 50 UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 462 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 468 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 638 if (cdc_acm_host_control == UX_NULL || cdc_acm_host_data == UX_NULL || cdc_acm_slave == UX_NULL) in tx_test_thread_host_simulation_entry() 653 while((cdc_acm_host_control || cdc_acm_host_data || cdc_acm_slave) && test_n --) in tx_test_thread_host_simulation_entry() 656 if (cdc_acm_host_control || cdc_acm_host_data || cdc_acm_slave) in tx_test_thread_host_simulation_entry() 659 …ed when disconnect, %p %p %p\n", __LINE__, cdc_acm_host_control, cdc_acm_host_data, cdc_acm_slave); in tx_test_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_cdc_acm_read_test.c | 87 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 274 …cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *)_ux_system_slave->ux_system_slave_class_array[0].ux_slav… in break_on_cdc_acm_all_ready() 297 cdc_acm_slave = UX_NULL; in break_on_removal() 336 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 342 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 510 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_simulation_0_entry()
|
| D | usbx_ux_host_class_cdc_acm_endpoints_get_test.c | 106 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 249 if (cdc_acm_slave == UX_NULL) in break_on_cdc_acm_all_ready() 308 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 314 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 482 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_cdc_acm_capabilities_get_test.c | 84 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 244 if (cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave) in break_on_cdc_acm_all_ready() 298 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 304 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 466 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_cdc_acm_deactivate_test.c | 84 static UX_SLAVE_CLASS_CDC_ACM *cdc_acm_slave; variable 244 if (cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave) in break_on_cdc_acm_all_ready() 298 cdc_acm_slave = (UX_SLAVE_CLASS_CDC_ACM *) cdc_instance; in test_cdc_instance_activate() 304 cdc_acm_slave = UX_NULL; in test_cdc_instance_deactivate() 469 if (!(cdc_acm_host_control && cdc_acm_host_data && cdc_acm_slave)) in tx_test_thread_host_simulation_entry()
|