Home
last modified time | relevance | path

Searched refs:ux_test_setup_value (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_hub_no_power_switching_test.c49 port_power_setup.ux_test_setup_value = UX_HOST_CLASS_HUB_PORT_POWER; in post_init_host()
Dusbx_hub_get_status_fails_during_configuration_test.c33 setup.ux_test_setup_value = 0; in post_init_host()
Dusbx_hub_invalid_hub_descriptor_length_test.c34 setup.ux_test_setup_value = (UX_HUB_DESCRIPTOR_ITEM << 8); in post_init_host()
Dusbx_cdc_ecm_data_interface_setting_select_fails_test.c44 alternate_setting_set_setup.ux_test_setup_value = 1; /* Alternate Setting */ in post_init_host()
Dusbx_ux_host_class_cdc_ecm_mac_address_get_test.c27 .ux_test_setup_value = (USHORT) CONFIGURATION_INDEX | (UX_CONFIGURATION_DESCRIPTOR_ITEM << 8),
Dux_test.c826 … generic_transfer_parameter.req_setup->ux_test_setup_value = host_req->ux_transfer_request_value; in ux_test_action_handler_check()
863 …(generic_transfer_parameter.req_setup->ux_test_setup_value != this->req_setup->ux_test_setup_value in ux_test_action_handler_check()
Dux_test.h98 USHORT ux_test_setup_value; member