Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_device_class_ccid_busy_abort_tests.c153 } device_ccid_callback_log; variable
157 device_ccid_callback_log.handle = handle; in ux_test_callback_log()
160 device_ccid_callback_log.buf[0] = 0; in ux_test_callback_log()
161 device_ccid_callback_log.buf_length = 0; in ux_test_callback_log()
166 _ux_utility_memory_copy(device_ccid_callback_log.buf, ccid_msg, buf_length); in ux_test_callback_log()
167 device_ccid_callback_log.buf_length = buf_length; in ux_test_callback_log()
650 UX_TEST_ASSERT(device_ccid_callback_log.handle == (h)); \
652 UX_TEST_ASSERT(device_ccid_callback_log.buf_length == (l)); \
654 …UX_TEST_ASSERT(_ux_utility_memory_compare(device_ccid_callback_log.buf, (b), (l)) == UX_SUCCESS); \
744 device_ccid_callback_log.handle = UX_NULL; in _ccid_icc_power_on_off_test()
[all …]
Dusbx_device_class_ccid_basic_tests.c140 } device_ccid_callback_log; variable
144 device_ccid_callback_log.handle = handle; in ux_test_callback_log()
147 device_ccid_callback_log.buf[0] = 0; in ux_test_callback_log()
148 device_ccid_callback_log.buf_length = 0; in ux_test_callback_log()
153 _ux_utility_memory_copy(device_ccid_callback_log.buf, ccid_msg, buf_length); in ux_test_callback_log()
154 device_ccid_callback_log.buf_length = buf_length; in ux_test_callback_log()
781 UX_TEST_ASSERT(device_ccid_callback_log.handle == (h)); \
783 UX_TEST_ASSERT(device_ccid_callback_log.buf_length == (l)); \
784 …UX_TEST_ASSERT(_ux_utility_memory_compare(device_ccid_callback_log.buf, host_bulk_out, (l)) == UX_…
873 device_ccid_callback_log.handle = UX_NULL; in _ccid_icc_power_on_off_test()
[all …]