Home
last modified time | relevance | path

Searched defs:l (Results 1 – 12 of 12) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.h55 #define ux_test_utility_sim_mem_allocate_until(l) ux_test_utility_sim_mem_allocate_until_flagged((l… argument
Dusbx_cdc_acm_basic_test.c60 #define test_usbx_simulator_cdc_acm_host_send_at_command(s,l) test_usbx_simulator_cdc_acm_host_send… argument
61 #define test_usbx_simulator_cdc_acm_host_send_string(s,l) test_usbx_simulator_cdc_acm_host_send… argument
Dusbx_standalone_host_storage_basic_test.c1378 ULONG l; in dump_data() local
Dusbx_standalone_host_storage_insert_eject_test.c1370 ULONG l; in dump_data() local
Dusbx_standalone_host_storage_read_write_test.c1485 ULONG l; in dump_data() local
Dusbx_device_class_ccid_busy_abort_tests.c648 #define _TEST_CCID_BULK_OUT_CHECK(h, l, b) \ argument
Dusbx_device_class_ccid_basic_tests.c779 #define _TEST_CCID_BULK_OUT_CHECK(h, l) \ argument
Dux_test_utility_sim.c2961 ULONG outpl(ULONG addr, ULONG l) in outpl()
/USBX-v6.2.1/test/cmake/usbx/samples/
Dfake.c9 ULONG outpl(ULONG addr, ULONG l){return(l);} in outpl()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h396 #define ux_utility_name_match(n0,n1,l) ((n0) == (n1)) argument
398 #define ux_utility_name_match(n0,n1,l) (_ux_utility_memory_compare(n0,n1,l) == UX_SUCCESS) argument
Dux_api.h2079 #define UX_DEVICE_PORT_LOCATION_SET(d,l) do { (d)->ux_device_port_location = (l); } while(0) argument
2080 #define UX_DEVICE_PORT_LOCATION_MATCH(d,l) ((d)->ux_device_port_location == (l)) argument
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h680 #define _ux_host_class_storage_lun_select(s,l) do { (s) -> ux_host_class_storage_lun = (l); } … argument
681 #define _uxe_host_class_storage_lun_select(s,l) do { if ((s) != UX_NULL) (s) -> ux_host_class_s… argument