Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_video_dwMaxPayloadTransferSize_test.c413 UX_W0(0), UX_W1(0), /* wKeyFrameRate */
414 UX_W0(0), UX_W1(0), /* wPFrameRate */
415 UX_W0(0), UX_W1(0), /* wCompQuality */
416 UX_W0(0), UX_W1(0), /* wCompQuality */
417 UX_W0(0), UX_W1(0), /* wDelay */
Dusbx_ux_host_class_video_format_frame_based_test.c497 UX_W0(0), UX_W1(0), /* wKeyFrameRate */
498 UX_W0(0), UX_W1(0), /* wPFrameRate */
499 UX_W0(0), UX_W1(0), /* wCompQuality */
500 UX_W0(0), UX_W1(0), /* wCompQuality */
501 UX_W0(0), UX_W1(0), /* wDelay */
Dusbx_ux_host_class_video_format_h264_test.c520 UX_W0(0), UX_W1(0), /* wKeyFrameRate */
521 UX_W0(0), UX_W1(0), /* wPFrameRate */
522 UX_W0(0), UX_W1(0), /* wCompQuality */
523 UX_W0(0), UX_W1(0), /* wCompQuality */
524 UX_W0(0), UX_W1(0), /* wDelay */
Dusbx_device_class_ccid_busy_abort_tests.c172 #define _W(w) UX_W0(w),UX_W1(w)
176 0x09, 0x02, UX_W0(total_len), UX_W1(total_len), (n_ifc), (cfg_val), \
208 0x07, 0x05, (addr), (attr), UX_W0(pktsize), UX_W1(pktsize), (interval),
Dusbx_device_class_ccid_basic_tests.c159 #define _W(w) UX_W0(w),UX_W1(w)
163 0x09, 0x02, UX_W0(total_len), UX_W1(total_len), (n_ifc), (cfg_val), \
195 0x07, 0x05, (addr), (attr), UX_W0(pktsize), UX_W1(pktsize), (interval),
Dusbx_uxe_device_dfu_test.c89 UX_W1(UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH), /* wTransferSize: */ \
Dusbx_msrc_71934_dfu_upload_test.c92 UX_W1(UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH), /* wTransferSize: */ \
Dusbx_msrc_69702_dfu_dnload_test.c92 UX_W1(UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH), /* wTransferSize: */ \
Dusbx_device_dfu_basic_test.c92 UX_W1(UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH), /* wTransferSize: */ \
/USBX-v6.2.1/common/core/inc/
Dux_api.h365 #define UX_W1(word) (((word) >> 8) & 0xFF) macro