Home
last modified time | relevance | path

Searched refs:s (Results 1 – 9 of 9) sorted by relevance

/USBX-v6.3.0/common/usbx_host_classes/inc/
Dux_host_class_storage.h536 #define UX_HOST_CLASS_STORAGE_RW_STATE_RESET(s) ((s) -> ux_host_class_storage_op_state = UX… argument
537 #define UX_HOST_CLASS_STORAGE_RW_STATE_IS_IDLE(s) ((s) -> ux_host_class_storage_op_state == U… argument
538 #define UX_HOST_CLASS_STORAGE_RW_STATE_IS_RESET(s) ((s) -> ux_host_class_storage_op_state == U… argument
539 …CLASS_STORAGE_RW_IS_IDLE(s) (UX_HOST_CLASS_STORAGE_RW_STATE_IS_IDLE(s) || UX_HOST_CLAS… argument
563 #define UX_HOST_CLASS_STORAGE_TRANS_STATE_RESET(s) do { \ argument
564 (s) -> ux_host_class_storage_trans_state = UX_STATE_RESET; \
565 (s) -> ux_host_class_storage_trans_data = UX_NULL; \
667 #define _ux_host_class_storage_unlock(s) do { (s) -> ux_host_class_storage_flags &= ~UX_HOST_CLASS_… argument
668 #define _uxe_host_class_storage_unlock(s) do { if((s) != UX_NULL) (s) -> ux_host_class_storage_flag… argument
672 #define _ux_host_class_storage_lock(s,w) _ux_host_semaphore_get(&(s) -> ux_host_class_storage_semap… argument
[all …]
/USBX-v6.3.0/
DLICENSED-HARDWARE.txt8 have obtained and/or are developing on microprocessor(s) and/or
9 microcontroller(s) (“hardware”) listed below you inherit the “Distribution and
DSECURITY.md5 …vulnerability in any Microsoft-owned repository that meets Microsoft's [Microsoft's definition of …
20 * Full paths of source file(s) related to the manifestation of the issue
DLICENSE.txt10 apply prospectively and do not alter your or Microsoft’s rights relating to
34 within the software or in the ThirdPartyNotices file(s) accompanying the
43 Microsoft’s terms. If you do not waive any such purported restrictions in the
48 microprocessor(s) and/or microcontroller(s) (“hardware”) listed in the file
82 iii. use Microsoft’s trademarks or trade dress in your application in any way that
89 Microsoft’s intellectual property or technology to any other license terms.
221 ou de toute autre défaillance du logiciel, la sécurité des personnes, des biens et de l’environneme…
240 Elle s’applique également, même si Microsoft connaissait ou devrait connaître
244 ci-dessus ne s’appliquera pas à votre égard.
DREADME.md11 Azure RTOS USBX as part of Azure RTOS has been integrated to the semiconductor's SDKs and developme…
/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_storage_transport_run.c40 #define UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) \ argument
41 ((s) -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol)
42 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_BO(s) \ argument
43 (UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) == UX_HOST_CLASS_STORAGE_PROTOCOL_BO)
44 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_CB(s) \ argument
45 (UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) == UX_HOST_CLASS_STORAGE_PROTOCOL_CB)
46 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_CBI(s) \ argument
47 (UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) == UX_HOST_CLASS_STORAGE_PROTOCOL_CBI)
/USBX-v6.3.0/common/usbx_device_classes/inc/
Dux_device_class_ccid.h1098 static inline const char *ccidCmdStateName(const UINT s) in ccidCmdStateName() argument
1100 switch(s) in ccidCmdStateName()
1116 static inline const char *ccidRunnerStateName(const UINT s) in ccidRunnerStateName() argument
1118 switch(s) in ccidRunnerStateName()
1134 static inline const char *ccidRspStateName(const UINT s) in ccidRspStateName() argument
1136 switch(s) in ccidRspStateName()
1152 static inline const char *ccidNotifyStateName(const UINT s) in ccidNotifyStateName() argument
1154 switch(s) in ccidNotifyStateName()
Dux_device_class_video.h614 #define _ux_device_class_video_stream_error_set(s,e) do { \ argument
615 (s)->ux_device_class_video_stream_error = (e); \
/USBX-v6.3.0/common/core/inc/
Dux_api.h257 #define UX_ASSERT(s) if (!(s)) {UX_ASSERT_FAIL} argument
259 #define UX_ASSERT(s) argument
1432 #define UX_STATE_IS_RESET(s) (!(s)) /* Reset st… argument
1433 #define UX_STATE_IS_FATAL(s) ((s) && (s) < UX_STATE_ERROR) /* Fatal, b… argument
1434 #define UX_STATE_IS_ERROR(s) ((s) == UX_STATE_ERROR) /* General … argument
1435 #define UX_STATE_IS_BUSY(s) ((s) >= UX_STATE_WAIT) /* Locked o… argument
1436 #define UX_STATE_IS_LOCKED(s) ((s) >= UX_STATE_LOCK) /* Locked b… argument