| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_ccid_hardware_error.c | 73 UINT _ux_device_class_ccid_hardware_error(UX_DEVICE_CLASS_CCID *ccid, ULONG slot, ULONG error) in _ux_device_class_ccid_hardware_error() argument 97 ccid_slot -> ux_device_class_ccid_slot_hw_error = (UCHAR)error; in _ux_device_class_ccid_hardware_error() 183 UINT _uxe_device_class_ccid_hardware_error(UX_DEVICE_CLASS_CCID *ccid, ULONG slot, ULONG error) in _uxe_device_class_ccid_hardware_error() argument 190 return(_ux_device_class_ccid_hardware_error(ccid, slot, error)); in _uxe_device_class_ccid_hardware_error()
|
| D | ux_device_class_cdc_acm_initialize.c | 31 #error UX_THREAD_STACK_SIZE too large
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_device_class_cdc_ecm_entry_test.c | 9 UX_TEST_ERROR_CALLBACK_PARAMS *error = (UX_TEST_ERROR_CALLBACK_PARAMS *)params; in count_error_callback() local
|
| D | usbx_ux_device_class_cdc_ecm_interrupt_thread_test.c | 9 UX_TEST_ERROR_CALLBACK_PARAMS *error = (UX_TEST_ERROR_CALLBACK_PARAMS *)params; in count_error_callback() local
|
| D | usbx_ux_device_class_cdc_ecm_control_request_test.c | 10 UX_TEST_ERROR_CALLBACK_PARAMS *error = (UX_TEST_ERROR_CALLBACK_PARAMS *)params; in count_error_callback() local
|
| D | usbx_ux_device_class_cdc_ecm_bulkout_thread_test.c | 11 UX_TEST_ERROR_CALLBACK_PARAMS *error = (UX_TEST_ERROR_CALLBACK_PARAMS *)params; in count_error_callback() local
|
| D | usbx_ux_device_class_cdc_ecm_bulkin_thread_test.c | 9 UX_TEST_ERROR_CALLBACK_PARAMS *error = (UX_TEST_ERROR_CALLBACK_PARAMS *)params; in count_error_callback() local
|
| D | usbx_ux_device_class_cdc_ecm_change_test.c | 60 UX_TEST_ERROR_CALLBACK_PARAMS *error = (UX_TEST_ERROR_CALLBACK_PARAMS *)params; in count_error_callback() local
|
| D | usbx_hub_basic_memory_test.c | 60 UX_TEST_ERROR_CALLBACK_PARAMS *error = (UX_TEST_ERROR_CALLBACK_PARAMS *)params; in count_error_callback() local
|
| D | usbx_ux_device_class_cdc_ecm_activate_test.c | 60 UX_TEST_ERROR_CALLBACK_PARAMS *error = (UX_TEST_ERROR_CALLBACK_PARAMS *)params; in count_error_callback() local
|
| D | usbx_ux_device_class_cdc_ecm_initialize_test.c | 14 UX_TEST_ERROR_CALLBACK_PARAMS *error = (UX_TEST_ERROR_CALLBACK_PARAMS *)params; in count_error_callback() local
|
| D | usbx_cdc_ecm_basic_memory_test.c | 55 UX_TEST_ERROR_CALLBACK_PARAMS *error = (UX_TEST_ERROR_CALLBACK_PARAMS *)params; in count_error_callback() local
|
| D | usbx_storage_tests.c | 1415 static UX_TEST_ACTION create_error_match_action_from_error(UX_TEST_ERROR_CALLBACK_ERROR error) in create_error_match_action_from_error() argument 1418 UX_TEST_ACTION action = create_error_match_action(error.system_level, error.system_context, error.e… in create_error_match_action_from_error() 1688 static UX_TEST_ACTION create_csw_error_action(TX_THREAD *thread_to_match, UINT error) in create_csw_error_action() argument 1703 action.user_data = error; in create_csw_error_action() 4131 UX_TEST_ERROR_CALLBACK_ERROR error = { UX_SYSTEM_LEVEL_THREAD, UX_SYSTEM_CONTEXT_CLASS, UX_ENDPO… in direct_calls_test() local 4133 create_error_match_action_from_error(error), in direct_calls_test() 4190 UX_TEST_ERROR_CALLBACK_ERROR error = { UX_SYSTEM_LEVEL_THREAD, UX_SYSTEM_CONTEXT_CLASS, UX_ENDPOINT… in storage_endpoints_get_test() local 4222 ux_test_add_action_to_main_list(create_error_match_action_from_error(error)); in storage_endpoints_get_test() 4256 ux_test_add_action_to_main_list(create_error_match_action_from_error(error)); in storage_endpoints_get_test() 4286 ux_test_add_action_to_main_list(create_error_match_action_from_error(error)); in storage_endpoints_get_test() [all …]
|
| D | ux_test.h | 86 UX_TEST_ERROR_CALLBACK_ERROR *error; member
|
| /USBX-v6.2.1/docs/ |
| D | revision_history.txt | 18 … added error context definition for device stack tracking, 19 updated error code constants comment, 20 added new error code for CDC-ECM, 22 … added new error code for general malformed packets, 51 ux_utility.h Fixed function name error. 63 improved error handling. 64 …device_stack_alternate_setting_get.c Returned error code instead of stall on protocol erro… 69 … reported protocol error if alternate setting not found, 70 … returned error code instead of call dcd to send protocol error, 75 …ux_device_stack_control_request_process.c Returned protocol error on SetDescriptor request, … [all …]
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_hid_remote_control.h | 83 #error UX_HOST_CLASS_HID_REMOTE_CONTROL_USAGE_ARRAY_LENGTH is too large for memory allocation, plea…
|
| D | ux_host_class_hid_keyboard.h | 93 #error UX_HOST_CLASS_HID_KEYBOARD_USAGE_ARRAY_LENGTH too large for memory allocation
|
| D | ux_host_class_pima.h | 98 #error UX_HOST_CLASS_PIMA_MAX_STORAGE_IDS too large, please decrease
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_storage_device_support_check.c | 33 #error Only Mass Storage BulkOnly (BO) is supported in standalone mode right now.
|
| D | ux_host_class_pima_read.c | 33 #error UX_SLAVE_REQUEST_DATA_MAX_LENGTH too small, please check
|
| D | ux_host_class_storage_driver_entry.c | 40 #error fx_api.h should not be included in this mode
|
| D | ux_host_class_storage_transport_run.c | 36 #error Storage legacy protocols not supported in standlone mode
|
| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_class_device_scan.c | 34 #error When device driver scan is enabled at least one of scan method must be enabled in (VIDPID, D…
|
| /USBX-v6.2.1/.github/ISSUE_TEMPLATE/ |
| D | bug_report.md | 23 1. See error
|
| /USBX-v6.2.1/common/usbx_device_classes/inc/ |
| D | ux_device_class_ccid.h | 1192 UINT _ux_device_class_ccid_hardware_error(UX_DEVICE_CLASS_CCID *ccid, ULONG slot, ULONG error); 1198 UINT _uxe_device_class_ccid_hardware_error(UX_DEVICE_CLASS_CCID *ccid, ULONG slot, ULONG error);
|