Home
last modified time | relevance | path

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

/USBX-v6.2.1/docs/
Drevision_history.txt9 ux_api.h Added IAD descriptor support,
28 …ux_port.h Use UX_SYSTEM_INIT instead of UX_SYSTEM_HOST_INIT …
33 ux_user.h Added symbol for switching CB/CBI code,
43 ux_system.h Added support for IAD descriptor,
51 ux_utility.h Fixed function name error.
103 ux_device_class_cdc_acm.h Added abort to IOCTL,
118 ux_device_class_cdc_ecm.h Added timeout for packet allocation,
144 ux_device_class_rndis.h Added packet allocation timeout value,
157 ux_device_class_storage.h Added write-protect support,
197 ux_host_class_cdc_ecm.h Added support for IAD descriptor,
[all …]
/USBX-v6.2.1/
DCMakeLists.txt44 message(STATUS "Using default ux_user.h file")
45 set(UX_USER_FILE ${CMAKE_CURRENT_LIST_DIR}/common/core/inc/ux_user_sample.h)
47 message(STATUS "Using custom ux_user.h file from ${UX_USER_FILE}")
49 configure_file(${UX_USER_FILE} ${CUSTOM_INC_DIR}/ux_user.h COPYONLY)
D.gitattributes33 *.h our-c-style
DREADME.md77 /* xx-xx-xxxx Scott Larson Include tx_user.h, */
109h` and build together with the component source code. You can refer to [`ux_user_sample.h`](https:…
/USBX-v6.2.1/test/cmake/libs/
DCMakeLists.txt7 set(NX_USER_FILE ${CMAKE_CURRENT_SOURCE_DIR}/nx_user.h)
32 file(GLOB header_files ${dir}/*.h)
/USBX-v6.2.1/test/cmake/usbx/
DCMakeLists.txt8 # Use customized ux_user.h
9 set(UX_USER_FILE ${CMAKE_CURRENT_SOURCE_DIR}/ux_user.h)
16 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../libs/nx_user.h
17 ${CMAKE_CURRENT_SOURCE_DIR}/libs/nx_user.h COPYONLY)
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_driver_entry.c40 #error fx_api.h should not be included in this mode
/USBX-v6.2.1/common/core/inc/
Dux_api.h471 …E_INSERT(i,a,b,c,d,f,g,h) _ux_trace_event_insert((ULONG) i, (ULONG) a, (ULONG) b, (ULON… argument
869 #define UX_TRACE_IN_LINE_INSERT(i,a,b,c,d,f,g,h) argument
2052 #define UX_DEVICE_HCD_SET(d,h) do { (d)->ux_device_hcd = (h); } while(0) argument
2053 #define UX_DEVICE_HCD_MATCH(d,h) ((d)->ux_device_hcd == (h)) argument
2056 #define UX_DEVICE_HCD_SET(d,h) argument
2057 #define UX_DEVICE_HCD_MATCH(d,h) (_ux_system_host->ux_system_host_hcd_array == (h)) argument
/USBX-v6.2.1/test/cmake/usbx/regression/
DCMakeLists.txt629 ${SOURCE_DIR}/ux_host_class_dummy.h
631 ${SOURCE_DIR}/ux_device_class_dummy.h
633 ${SOURCE_DIR}/ux_device_class_dummy_hub.h
635 # ${SOURCE_DIR}/ux_device_class_dummy_printer.h
/USBX-v6.2.1/test/regression/
Dusbx_device_class_ccid_busy_abort_tests.c648 #define _TEST_CCID_BULK_OUT_CHECK(h, l, b) \ argument
650 UX_TEST_ASSERT(device_ccid_callback_log.handle == (h)); \
651 if ((h) != UX_NULL) { \
Dusbx_device_class_ccid_basic_tests.c779 #define _TEST_CCID_BULK_OUT_CHECK(h, l) \ argument
781 UX_TEST_ASSERT(device_ccid_callback_log.handle == (h)); \
782 if ((h) != UX_NULL) { \