Searched refs:s (Results 1 – 9 of 9) sorted by relevance
536 #define UX_HOST_CLASS_STORAGE_RW_STATE_RESET(s) ((s) -> ux_host_class_storage_op_state = UX… argument537 #define UX_HOST_CLASS_STORAGE_RW_STATE_IS_IDLE(s) ((s) -> ux_host_class_storage_op_state == U… argument538 #define UX_HOST_CLASS_STORAGE_RW_STATE_IS_RESET(s) ((s) -> ux_host_class_storage_op_state == U… argument539 …CLASS_STORAGE_RW_IS_IDLE(s) (UX_HOST_CLASS_STORAGE_RW_STATE_IS_IDLE(s) || UX_HOST_CLAS… argument563 #define UX_HOST_CLASS_STORAGE_TRANS_STATE_RESET(s) do { \ argument564 (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_… argument668 #define _uxe_host_class_storage_unlock(s) do { if((s) != UX_NULL) (s) -> ux_host_class_storage_flag… argument672 #define _ux_host_class_storage_lock(s,w) _ux_host_semaphore_get(&(s) -> ux_host_class_storage_semap… argument[all …]
8 have obtained and/or are developing on microprocessor(s) and/or9 microcontroller(s) (“hardware”) listed below you inherit the “Distribution and
5 …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
10 apply prospectively and do not alter your or Microsoft’s rights relating to34 within the software or in the ThirdPartyNotices file(s) accompanying the43 Microsoft’s terms. If you do not waive any such purported restrictions in the48 microprocessor(s) and/or microcontroller(s) (“hardware”) listed in the file82 iii. use Microsoft’s trademarks or trade dress in your application in any way that89 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ître244 ci-dessus ne s’appliquera pas à votre égard.
11 Azure RTOS USBX as part of Azure RTOS has been integrated to the semiconductor's SDKs and developme…
40 #define UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) \ argument41 ((s) -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol)42 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_BO(s) \ argument43 (UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) == UX_HOST_CLASS_STORAGE_PROTOCOL_BO)44 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_CB(s) \ argument45 (UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) == UX_HOST_CLASS_STORAGE_PROTOCOL_CB)46 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_CBI(s) \ argument47 (UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) == UX_HOST_CLASS_STORAGE_PROTOCOL_CBI)
1098 static inline const char *ccidCmdStateName(const UINT s) in ccidCmdStateName() argument1100 switch(s) in ccidCmdStateName()1116 static inline const char *ccidRunnerStateName(const UINT s) in ccidRunnerStateName() argument1118 switch(s) in ccidRunnerStateName()1134 static inline const char *ccidRspStateName(const UINT s) in ccidRspStateName() argument1136 switch(s) in ccidRspStateName()1152 static inline const char *ccidNotifyStateName(const UINT s) in ccidNotifyStateName() argument1154 switch(s) in ccidNotifyStateName()
614 #define _ux_device_class_video_stream_error_set(s,e) do { \ argument615 (s)->ux_device_class_video_stream_error = (e); \
257 #define UX_ASSERT(s) if (!(s)) {UX_ASSERT_FAIL} argument259 #define UX_ASSERT(s) argument1432 #define UX_STATE_IS_RESET(s) (!(s)) /* Reset st… argument1433 #define UX_STATE_IS_FATAL(s) ((s) && (s) < UX_STATE_ERROR) /* Fatal, b… argument1434 #define UX_STATE_IS_ERROR(s) ((s) == UX_STATE_ERROR) /* General … argument1435 #define UX_STATE_IS_BUSY(s) ((s) >= UX_STATE_WAIT) /* Locked o… argument1436 #define UX_STATE_IS_LOCKED(s) ((s) >= UX_STATE_LOCK) /* Locked b… argument