Searched refs:code (Results 1 – 10 of 10) sorted by relevance
| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_storage_request_sense.c | 102 UCHAR key, code, qualifier; in _ux_device_class_storage_request_sense() local 133 code = UX_DEVICE_CLASS_STORAGE_SENSE_CODE(storage -> ux_slave_class_storage_lun[lun]. in _ux_device_class_storage_request_sense() 142 sense_buffer[UX_SLAVE_CLASS_STORAGE_REQUEST_SENSE_RESPONSE_CODE] = code; in _ux_device_class_storage_request_sense() 149 key, code, UX_TRACE_DEVICE_CLASS_EVENTS, 0, 0) in _ux_device_class_storage_request_sense()
|
| /USBX-v6.2.1/test/regression/ |
| D | ux_test_dcd_sim_slave.h | 22 VOID ux_test_dcd_sim_slave_transfer_done(UX_SLAVE_TRANSFER *transfer, UINT code);
|
| D | ux_test_dcd_sim_slave.c | 256 VOID ux_test_dcd_sim_slave_transfer_done(UX_SLAVE_TRANSFER *transfer, UINT code) in ux_test_dcd_sim_slave_transfer_done() argument 260 transfer -> ux_slave_transfer_request_completion_code = code; in ux_test_dcd_sim_slave_transfer_done()
|
| D | ux_test.h | 54 #define UX_TEST_CHECK_CODE(code, expression) \ argument 57 if (__status__ != (code)) \ 63 #define UX_TEST_CHECK_NOT_CODE(code, expression) \ argument 66 if (__status__ == (code)) \
|
| D | usbxtestcontrol.c | 922 void external_exit(UINT code);
|
| /USBX-v6.2.1/ |
| D | README.md | 34 The master branch has the most recent code with all new features and bug fixes. It does not represe… 109 …dons you need in `ux_user.h` and build together with the component source code. You can refer to [… 113 …nd host systems. Integrating any of these components into your device app code is as simple as add… 115 …usage pattern is to include USBX into your device code source tree to be built & linked with your … 141 Eclipse ThreadX provides OEMs with components to secure communication and to create code and data i…
|
| D | .gitattributes | 4 # Custom attribute to mark sources as using our C code style.
|
| D | CONTRIBUTING.md | 28 Information regarding source code management, builds, coding standards, and more. 31 The project maintains the following source code repositories
|
| /USBX-v6.2.1/docs/ |
| D | revision_history.txt | 7 08/15/2019 USBX generic code version 5.9. This release includes the following modifications: 19 updated error code constants comment, 20 added new error code for CDC-ECM, 22 … added new error code for general malformed packets, 33 ux_user.h Added symbol for switching CB/CBI code, 64 …ux_device_stack_alternate_setting_get.c Returned error code instead of stall on protocol e… 70 … returned error code instead of call dcd to send protocol error, 108 … added status code for control request handling. 121 … added status code for control request handling. 145 … added status code for control request handling, [all …]
|
| /USBX-v6.2.1/common/usbx_device_classes/inc/ |
| D | ux_device_class_storage.h | 517 #define UX_DEVICE_CLASS_STORAGE_SENSE_STATUS(key,code,qualifier) (((key) & 0xFF)|(((code) & … argument
|