Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_audio10_iad_device_interrupt_test.c864 ULONG i, actual; in _test_device_uac_interrupts() local
896 status = _ux_host_class_dummy_transfer(dummy_control, 0x83, 0, host_status, 2, &actual); in _test_device_uac_interrupts()
898 UX_TEST_ASSERT(actual == 2); in _test_device_uac_interrupts()
903 status = _ux_host_class_dummy_transfer(dummy_control, 0x83, 0, host_status, 2, &actual); in _test_device_uac_interrupts()
913 status = _ux_host_class_dummy_transfer(dummy_control, 0x83, 0, host_status, 2, &actual); in _test_device_uac_interrupts()
915 UX_TEST_ASSERT(actual == 2); in _test_device_uac_interrupts()
Dusbx_ux_host_class_storage_fats_exfat_test.c463 ULONG actual; in _test_storage_disk() local
530 status = fx_file_read(&my_file, local_buffer, 28, &actual); in _test_storage_disk()
533 if ((status != FX_SUCCESS) || (actual != 28)) in _test_storage_disk()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h223 #define _ux_system_event_flags_get(g,req,gopt,actual,wopt) (*actual = 0) argument
268 #define _ux_device_event_flags_get(g,req,gopt,actual,wopt) do{}while(0) argument
321 #define _ux_host_event_flags_get(g,req,gopt,actual,wopt) (UX_SUCCESS) argument
/USBX-v6.2.1/docs/
Drevision_history.txt266 … replaced inline function with actual function,