Home
last modified time | relevance | path

Searched refs:ux_host_class_command_iad_class (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_cdc_ecm_entry_test.c52 command.ux_host_class_command_iad_class = 0; in post_init_host()
61 command.ux_host_class_command_iad_class = 1; in post_init_host()
69 command.ux_host_class_command_iad_class = UX_HOST_CLASS_CDC_CONTROL_CLASS; in post_init_host()
Dux_host_class_dummy.c81 query -> ux_host_class_query_iad_class != command -> ux_host_class_command_iad_class) in _ux_host_class_dummy_command_query_list_check()
Dusbx_cdc_acm_basic_test.c1851 command.ux_host_class_command_iad_class = 0; in tx_test_thread_host_simulation_entry()
1866 command.ux_host_class_command_iad_class = 0xFE; in tx_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_ecm_entry.c106 …if ((command -> ux_host_class_command_iad_class == 0) && (command -> ux_host_class_command_iad_sub… in _ux_host_class_cdc_ecm_entry()
114 … if ((command -> ux_host_class_command_iad_class == UX_HOST_CLASS_CDC_CONTROL_CLASS) && in _ux_host_class_cdc_ecm_entry()
Dux_host_class_cdc_acm_entry.c126 …if ((command -> ux_host_class_command_iad_class == 0) && (command -> ux_host_class_command_iad_sub… in _ux_host_class_cdc_acm_entry()
134 … if ((command -> ux_host_class_command_iad_class == UX_HOST_CLASS_CDC_CONTROL_CLASS) && in _ux_host_class_cdc_acm_entry()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_class_device_scan.c104 class_command.ux_host_class_command_iad_class = 0; in _ux_host_stack_class_device_scan()
Dux_host_stack_configuration_interface_scan.c113 … class_command.ux_host_class_command_iad_class = interface_ptr -> ux_interface_iad_class ; in _ux_host_stack_configuration_interface_scan()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1747 UINT ux_host_class_command_iad_class; member