Home
last modified time | relevance | path

Searched refs:code (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_request_sense.c98 UCHAR key, code, qualifier; in _ux_device_class_storage_request_sense() local
126 code = UX_DEVICE_CLASS_STORAGE_SENSE_CODE(storage -> ux_slave_class_storage_lun[lun]. in _ux_device_class_storage_request_sense()
135 sense_buffer[UX_SLAVE_CLASS_STORAGE_REQUEST_SENSE_RESPONSE_CODE] = code; in _ux_device_class_storage_request_sense()
142 key, code, UX_TRACE_DEVICE_CLASS_EVENTS, 0, 0) in _ux_device_class_storage_request_sense()
/USBX-v6.2.1/
DSECURITY.md3 …f our software products and services seriously, which includes all source code repositories manage…
21 * The location of the affected source code (tag/branch/commit or direct URL)
24 * Proof-of-concept or exploit code (if possible)
DREADME.md34 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
149 Azure RTOS provides OEMs with components to secure communication and to create code and data isolat…
D.gitattributes4 # Custom attribute to mark sources as using our C code style.
DLICENSE.txt58 third parties) the modified or unmodified binary image produced from this code.
66 redistribution in source code form must contain this license and any other
69 b) Requirements. For any code you distribute, you must:
74 ii. when distributed in source code form to distributors or developers of your
91 iv. transfer individual components, specific libraries, classes, functions or code
196 content (including code) on third party Internet sites, or third party
231 code) figurant sur des sites Internet tiers ou dans des programmes tiers; et
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h503 #define UX_DEVICE_CLASS_STORAGE_SENSE_STATUS(key,code,qualifier) (((key) & 0xFF)|(((code) & … argument