Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h535 #define UX_HOST_CLASS_STORAGE_RW_STATE_RESET(s) ((s) -> ux_host_class_storage_op_state = UX… argument
536 #define UX_HOST_CLASS_STORAGE_RW_STATE_IS_IDLE(s) ((s) -> ux_host_class_storage_op_state == U… argument
537 #define UX_HOST_CLASS_STORAGE_RW_STATE_IS_RESET(s) ((s) -> ux_host_class_storage_op_state == U… argument
538 …CLASS_STORAGE_RW_IS_IDLE(s) (UX_HOST_CLASS_STORAGE_RW_STATE_IS_IDLE(s) || UX_HOST_CLAS… argument
562 #define UX_HOST_CLASS_STORAGE_TRANS_STATE_RESET(s) do { \ argument
563 (s) -> ux_host_class_storage_trans_state = UX_STATE_RESET; \
564 (s) -> ux_host_class_storage_trans_data = UX_NULL; \
666 #define _ux_host_class_storage_unlock(s) do { (s) -> ux_host_class_storage_flags &= ~UX_HOST_CLASS_… argument
667 #define _uxe_host_class_storage_unlock(s) do { if((s) != UX_NULL) (s) -> ux_host_class_storage_flag… argument
671 #define _ux_host_class_storage_lock(s,w) _ux_host_semaphore_get(&(s) -> ux_host_class_storage_semap… argument
[all …]
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_transport_run.c39 #define UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) \ argument
40 ((s) -> ux_host_class_storage_interface -> ux_interface_descriptor.bInterfaceProtocol)
41 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_BO(s) \ argument
42 (UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) == UX_HOST_CLASS_STORAGE_PROTOCOL_BO)
43 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_CB(s) \ argument
44 (UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) == UX_HOST_CLASS_STORAGE_PROTOCOL_CB)
45 #define UX_HOST_CLASS_STORAGE_PROTOCOL_IS_CBI(s) \ argument
46 (UX_HOST_CLASS_STORAGE_PROTOCOL_GET(s) == UX_HOST_CLASS_STORAGE_PROTOCOL_CBI)
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_hcd_unregister_test.c273 static void ux_test_hcd_register(char *s, int line, int connection_wait) in ux_test_hcd_register() argument
279 if (s == UX_NULL) in ux_test_hcd_register()
280 s = nothing; in ux_test_hcd_register()
284 printf("ERROR #%s%d.%d: 0x%x\n", s, line, __LINE__, status); in ux_test_hcd_register()
301 printf("ERROR #%s%d.%d\n", s, line, __LINE__); in ux_test_hcd_register()
306 printf("ERROR #%s%d.%d\n", s, line, __LINE__); in ux_test_hcd_register()
Dux_test.h49 #define UX_TEST_FILE_BASE_NAME(s) (ux_test_file_base_name(s, sizeof(s))) argument
Dusbx_cdc_acm_basic_test.c60 … test_usbx_simulator_cdc_acm_host_send_at_command(s,l) test_usbx_simulator_cdc_acm_host_send_comma… argument
61 …ne test_usbx_simulator_cdc_acm_host_send_string(s,l) test_usbx_simulator_cdc_acm_host_send_com… argument
/USBX-v6.2.1/
DCONTRIBUTING.md12 * FileX - high-performance, FAT-compatible file system that’s fully integrated with ThreadX kernel
63 the email address matching the "Author" field of your contribution's Git commits
64 fulfills the DCO's requirement that you sign-off on your contributions.
71 Contact the project developers via the project's "dev" list.
DREADME.md11 Eclipse ThreadX USBX as part of Eclipse ThreadX has been integrated to the semiconductor's SDKs and…
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_ccid.h1097 static inline const char *ccidCmdStateName(const UINT s) in ccidCmdStateName() argument
1099 switch(s) in ccidCmdStateName()
1115 static inline const char *ccidRunnerStateName(const UINT s) in ccidRunnerStateName() argument
1117 switch(s) in ccidRunnerStateName()
1133 static inline const char *ccidRspStateName(const UINT s) in ccidRspStateName() argument
1135 switch(s) in ccidRspStateName()
1151 static inline const char *ccidNotifyStateName(const UINT s) in ccidNotifyStateName() argument
1153 switch(s) in ccidNotifyStateName()
Dux_device_class_video.h613 #define _ux_device_class_video_stream_error_set(s,e) do { \ argument
614 (s)->ux_device_class_video_stream_error = (e); \
/USBX-v6.2.1/common/core/inc/
Dux_api.h261 #define UX_ASSERT(s) if (!(s)) {UX_ASSERT_FAIL} argument
263 #define UX_ASSERT(s) argument
1436 #define UX_STATE_IS_RESET(s) (!(s)) /* Reset st… argument
1437 #define UX_STATE_IS_FATAL(s) ((s) && (s) < UX_STATE_ERROR) /* Fatal, b… argument
1438 #define UX_STATE_IS_ERROR(s) ((s) == UX_STATE_ERROR) /* General … argument
1439 #define UX_STATE_IS_BUSY(s) ((s) >= UX_STATE_WAIT) /* Locked o… argument
1440 #define UX_STATE_IS_LOCKED(s) ((s) >= UX_STATE_LOCK) /* Locked b… argument
/USBX-v6.2.1/docs/
Drevision_history.txt223 …cdc_ecm_transmission_callback.c Checked the control instance's link status instead of the data's,
1872 ux_*.c Modified comment(s).
1873 ux_*.h Modified comment(s).
2322 ux_*.c Modified comment(s) and added trace support.
2323 ux_*.h Modified comment(s) and added trace support.
2562 …ux_device_class_cdc_activate.c Added logic to call application's activate function if…
2563 …ux_device_class_cdc_deactivate.c Added logic to call application's deactivate function …
2566 …ux_device_class_dpump_activate.c Added logic to call application's activate function if…
2567 …ux_device_class_dpump_deactivate.c Added logic to call application's deactivate function …
2637 ux_*.c Modified comment(s).
[all …]
/USBX-v6.2.1/test/cmake/usbx/
DCMakeLists.txt224 # Control if it's for 64 bit or 32 bit