Searched defs:s (Results 1 – 8 of 8) sorted by relevance
39 #define UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) \ argument41 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_BO(s) \ argument43 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_CB(s) \ argument45 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_CBI(s) \ argument
535 #define UX_HOST_CLASS_STORAGE_RW_STATE_RESET(s) ((s) -> ux_host_class_storage_op_state = UX… argument536 #define UX_HOST_CLASS_STORAGE_RW_STATE_IS_IDLE(s) ((s) -> ux_host_class_storage_op_state == U… argument537 #define UX_HOST_CLASS_STORAGE_RW_STATE_IS_RESET(s) ((s) -> ux_host_class_storage_op_state == U… argument538 #define UX_HOST_CLASS_STORAGE_RW_IS_IDLE(s) (UX_HOST_CLASS_STORAGE_RW_STATE_IS_IDLE(s) … argument562 #define UX_HOST_CLASS_STORAGE_TRANS_STATE_RESET(s) do { \ argument666 #define _ux_host_class_storage_unlock(s) do { (s) -> ux_host_class_storage_flags &= ~UX_HOST_CLASS_… argument667 #define _uxe_host_class_storage_unlock(s) do { if((s) != UX_NULL) (s) -> ux_host_class_storage_flag… argument671 #define _ux_host_class_storage_lock(s,w) _ux_host_semaphore_get(&(s) -> ux_host_class_storage_semap… argument672 #define _uxe_host_class_storage_lock(s,w) (((s) != UX_NULL) ? _ux_host_semaphore_get(&(s) -> ux_hos… argument673 #define _ux_host_class_storage_unlock(s) _ux_host_semaphore_put(&(s) -> ux_host_class_storage_semap… argument[all …]
273 static void ux_test_hcd_register(char *s, int line, int connection_wait) in ux_test_hcd_register()
60 #define test_usbx_simulator_cdc_acm_host_send_at_command(s,l) test_usbx_simulator_cdc_acm_host_send… argument61 #define test_usbx_simulator_cdc_acm_host_send_string(s,l) test_usbx_simulator_cdc_acm_host_send… argument
49 #define UX_TEST_FILE_BASE_NAME(s) (ux_test_file_base_name(s, sizeof(s))) argument
1097 static inline const char *ccidCmdStateName(const UINT s) in ccidCmdStateName()1115 static inline const char *ccidRunnerStateName(const UINT s) in ccidRunnerStateName()1133 static inline const char *ccidRspStateName(const UINT s) in ccidRspStateName()1151 static inline const char *ccidNotifyStateName(const UINT s) in ccidNotifyStateName()
613 #define _ux_device_class_video_stream_error_set(s,e) do { \ argument
261 #define UX_ASSERT(s) if (!(s)) {UX_ASSERT_FAIL} argument263 #define UX_ASSERT(s) argument1436 #define UX_STATE_IS_RESET(s) (!(s)) /* Reset st… argument1437 #define UX_STATE_IS_FATAL(s) ((s) && (s) < UX_STATE_ERROR) /* Fatal, b… argument1438 #define UX_STATE_IS_ERROR(s) ((s) == UX_STATE_ERROR) /* General … argument1439 #define UX_STATE_IS_BUSY(s) ((s) >= UX_STATE_WAIT) /* Locked o… argument1440 #define UX_STATE_IS_LOCKED(s) ((s) >= UX_STATE_LOCK) /* Locked b… argument