Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_storage_tests.c4187 UCHAR *first_endpoint_fs, *first_endpoint_hs; in storage_endpoints_get_test() local
4195 first_endpoint_fs = bulk_in_endpoint_descriptor_fs; in storage_endpoints_get_test()
4212 first_endpoint_fs[Endpoint_bEndpointAddress] = 0x81; in storage_endpoints_get_test()
4238 first_endpoint_fs[Endpoint_bEndpointAddress] = 0x01; in storage_endpoints_get_test()
4240 first_endpoint_fs[Endpoint_bmAttributes] = ENDPOINT_TYPE_INTERRUPT; in storage_endpoints_get_test()
4242 first_endpoint_fs[Endpoint_bInterval] = 0x01; in storage_endpoints_get_test()
4274 first_endpoint_fs[Endpoint_bEndpointAddress] = 0x01; in storage_endpoints_get_test()
4276 first_endpoint_fs[Endpoint_bmAttributes] = ENDPOINT_TYPE_BULK; in storage_endpoints_get_test()
4336 first_endpoint_fs[Endpoint_bEndpointAddress] = 0x81; in storage_endpoints_get_test()
4338 first_endpoint_fs[Endpoint_bmAttributes] = 0x02; in storage_endpoints_get_test()