| /USBX-v6.2.1/common/core/inc/ |
| D | ux_user_sample.h | 124 /* Define USBX Host Enum Thread Stack Size. The default is to use UX_THREAD_STACK_SIZE */ 130 /* Define USBX Host HCD Thread Stack Size. The default is to use UX_THREAD_STACK_SIZE */ 135 /* Define USBX Host HNP Polling Thread Stack Size. The default is to use UX_THREAD_STACK_SIZE */ 140 /* Override various options with default values already assigned in ux_api.h or ux_port.h. Please 144 The default is UX_ALIGN_8 (0x07) to align allocated memory to 8 bytes. */ 148 The default is 1000 indicating 1 tick per millisecond. */ 155 The default is 10000 milliseconds. */ 161 The default is 50000 milliseconds. */ 222 …the device stack. The default is 256 bytes but can be reduced in memory constrained environments. … 228 …0 - The default, endpoint buffer is managed by core stack. Each endpoint takes UX_SLAVE_REQUEST_DA… [all …]
|
| /USBX-v6.2.1/test/cmake/usbx/ |
| D | ux_user.h | 64 /* Define USBX Host Enum Thread Stack Size. The default is to use UX_THREAD_STACK_SIZE */ 70 /* Define USBX Host Thread Stack Size. The default is to use UX_THREAD_STACK_SIZE */ 75 /* Define USBX Host HNP Polling Thread Stack Size. The default is to use UX_THREAD_STACK_SIZE */ 80 /* Override various options with default values already assigned in ux_api.h or ux_port.h. Please 84 The default is 1000 indicating 1 tick per millisecond. */ 150 …the device stack. The default is 256 bytes but can be reduced in memory constraint environments. … 158 … any endpoint. This value cannot be less than the maximum packet size of any endpoint. The default 172 The default is 8K bytes but can be reduced in memory constraint environments. */ 176 /* Define USBX Mass Storage Thread Stack Size. The default is to use UX_THREAD_STACK_SIZE. */ 201 Default is 2048 but for simple HID devices like keyboard and mouse it can be reduced a lot. */ [all …]
|
| /USBX-v6.2.1/.github/workflows/ |
| D | regression_test.yml | 11 default: 'all' 15 default: false 18 default: 'default_build_coverage'
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_storage_thread_entry.c | 48 /* UX_MEDIA (default FileX) and the media is either not present */ 191 … /* Get the UX_MEDIA (default FileX) Media attached to this media. */ in _ux_host_class_storage_thread_entry() 202 /* Let UX_MEDIA (default FileX) use this instance. */ in _ux_host_class_storage_thread_entry() 205 /* Ask UX_MEDIA (default FileX) to unmount the partition. */ in _ux_host_class_storage_thread_entry() 219 … /* Free the memory block used for data transfer on behalf of UX_MEDIA (default FileX). */ in _ux_host_class_storage_thread_entry() 268 … /* Get the UX_MEDIA (default FileX) Media attached to this media. */ in _ux_host_class_storage_thread_entry() 279 /* Let UX_MEDIA (default FileX) use this instance. */ in _ux_host_class_storage_thread_entry() 282 … /* Ask UX_MEDIA (default FileX) to unmount the partition. */ in _ux_host_class_storage_thread_entry() 357 /* Let UX_MEDIA (default FileX) use this instance. */ in _ux_host_class_storage_thread_entry() 401 default: in _ux_host_class_storage_thread_entry()
|
| D | ux_host_class_storage_media_open.c | 44 /* This function will ask UX_MEDIA (default FileX) to mount a new */ 46 /* UX_MEDIA (default FileX) dependencies. */ 145 …/* We now need to allocate a block of memory for UX_MEDIA (default FileX) to use when doing transf… in _ux_host_class_storage_media_open() 146 …The default buffer size is 8K. The value used for the definition is UX_HOST_CLASS_STORAGE_MEMORY_B… in _ux_host_class_storage_media_open() 150 to leave the default buffer size or even increase it. */ in _ux_host_class_storage_media_open() 158 /* Ask UX_MEDIA (default FileX) to mount the partition. */ in _ux_host_class_storage_media_open()
|
| D | ux_host_class_hid_entry.c | 177 default: in _ux_host_class_hid_entry() 198 /* We need to get the default control endpoint transfer request pointer. */ in _ux_host_class_hid_descriptor_read() 235 /* We need to get the default control endpoint transfer request pointer. */ in _ux_host_class_hid_report_descriptor_read() 332 default: in _ux_host_class_hid_hid_descriptor_parse() 406 default: in _ux_host_class_hid_report_descriptor_parse() 625 default: /* IDLE, Other states. */ in _ux_host_class_hid_activate_wait() 629 /* By default, keep waiting. */ in _ux_host_class_hid_activate_wait()
|
| D | ux_host_class_storage_device_support_check.c | 106 /* In case of CBI, the subclass must be UFI, if not, default back to CB transport. */ in _ux_host_class_storage_device_support_check() 116 default: in _ux_host_class_storage_device_support_check() 141 default: in _ux_host_class_storage_device_support_check()
|
| D | ux_host_class_printer_entry.c | 138 default: in _ux_host_class_printer_entry() 201 /* We need to get the default control endpoint transfer request pointer. */ in _ux_host_class_printer_activate_wait() 232 /* We need to get the default control endpoint transfer request pointer. */ in _ux_host_class_printer_activate_wait() 286 default: /* reset, idle, error ... */ in _ux_host_class_printer_activate_wait()
|
| D | ux_host_class_storage_deactivate.c | 159 … /* Inform UX_MEDIA (default FileX) of the deactivation of all Media attached to this instance. */ in _ux_host_class_storage_deactivate() 164 /* Get the UX_MEDIA (default FileX) attached to this media. */ in _ux_host_class_storage_deactivate() 178 /* Ask UX_MEDIA (default FileX) to unmount the partition. */ in _ux_host_class_storage_deactivate() 187 … /* Free the memory block used for data transfer on behalf of UX_MEDIA (default FileX). */ in _ux_host_class_storage_deactivate()
|
| D | ux_host_class_cdc_acm_activate.c | 165 /* If we have the Control Class, we process default setup command sequence. */ in _ux_host_class_cdc_acm_activate() 171 /* Get default control transfer. */ in _ux_host_class_cdc_acm_activate() 282 The default sleep value is 1 seconds. */ in _ux_host_class_cdc_acm_activate() 292 /* Set the default values to the device, first line coding. */ in _ux_host_class_cdc_acm_activate() 304 /* Set the default values to the device, line state. */ in _ux_host_class_cdc_acm_activate()
|
| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_configuration_interface_scan.c | 43 /* This function will scan all default interfaces for a specific */ 101 /* Is there a default interface? */ in _ux_host_stack_configuration_interface_scan() 105 /* We have a default interface for this configuration. Call each class in _ux_host_stack_configuration_interface_scan() 162 /* Is there a default interface? */ in _ux_host_stack_configuration_interface_scan() 166 /* We have found the default interface. If this interface is owned, in _ux_host_stack_configuration_interface_scan()
|
| D | ux_host_stack_class_interface_scan.c | 43 /* This function will scan all default interfaces for a single */ 48 /* the first configuration is treated as the default configuration. */ 99 configurations, we simply use the first one as default. */ in _ux_host_stack_class_interface_scan()
|
| D | ux_host_stack_new_device_create.c | 190 /* Initialize the default control endpoint permanently attached in _ux_host_stack_new_device_create() 211 …/* If the device is running in high speed the default max packet size for the control endpoint is … in _ux_host_stack_new_device_create() 218 /* Create the default control endpoint at the HCD level. */ in _ux_host_stack_new_device_create() 228 /* Setup default control request timeout. */ in _ux_host_stack_new_device_create() 232 /* Set default control request mode to wait. */ in _ux_host_stack_new_device_create()
|
| D | ux_host_stack_endpoint_instance_create.c | 77 /* filled default endpoint */ 110 default: in _ux_host_stack_endpoint_instance_create() 156 /* By default transfer request contained is for endpoint itself. */ in _ux_host_stack_endpoint_instance_create()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_msrc_81292_host_pima_deactivate_semaphore_test.c | 476 0x00, /* Default value : empty string. */ 497 0x00, /* Default value : empty string. */ 510 …0x0E, /* Default value. Length of Unicode string… 775 default: in test_system_host_change_function() 1216 default : in pima_device_vendor_request() 1291 default : in pima_device_device_prop_desc_get() 1363 default : in pima_device_device_prop_value_get() 1666 default : in pima_device_object_data_get() 1702 default : in pima_device_object_data_get() 1778 default : in pima_device_object_info_send() [all …]
|
| D | usbx_msrc_81323_host_pima_deactivate_no_int_ep_test.c | 470 0x00, /* Default value : empty string. */ 491 0x00, /* Default value : empty string. */ 504 …0x0E, /* Default value. Length of Unicode string… 769 default: in test_system_host_change_function() 1210 default : in pima_device_vendor_request() 1285 default : in pima_device_device_prop_desc_get() 1357 default : in pima_device_device_prop_value_get() 1660 default : in pima_device_object_data_get() 1696 default : in pima_device_object_data_get() 1772 default : in pima_device_object_info_send() [all …]
|
| D | usbx_pima_basic_test.c | 476 0x00, /* Default value : empty string. */ 497 0x00, /* Default value : empty string. */ 510 …0x0E, /* Default value. Length of Unicode string… 775 default: in test_system_host_change_function() 1172 default : in pima_device_vendor_request() 1247 default : in pima_device_device_prop_desc_get() 1319 default : in pima_device_device_prop_value_get() 1622 default : in pima_device_object_data_get() 1658 default : in pima_device_object_data_get() 1734 default : in pima_device_object_info_send() [all …]
|
| D | usbx_msrc_72525_host_pima_obj_handles_get_test.c | 476 0x00, /* Default value : empty string. */ 497 0x00, /* Default value : empty string. */ 510 …0x0E, /* Default value. Length of Unicode string… 775 default: in test_system_host_change_function() 1301 default : in pima_device_vendor_request() 1376 default : in pima_device_device_prop_desc_get() 1448 default : in pima_device_device_prop_value_get() 1751 default : in pima_device_object_data_get() 1787 default : in pima_device_object_data_get() 1863 default : in pima_device_object_info_send() [all …]
|
| D | usbx_msrc_72619_host_pima_stor_ids_get_test.c | 476 0x00, /* Default value : empty string. */ 497 0x00, /* Default value : empty string. */ 510 …0x0E, /* Default value. Length of Unicode string… 775 default: in test_system_host_change_function() 1279 default : in pima_device_vendor_request() 1354 default : in pima_device_device_prop_desc_get() 1426 default : in pima_device_device_prop_value_get() 1729 default : in pima_device_object_data_get() 1765 default : in pima_device_object_data_get() 1841 default : in pima_device_object_info_send() [all …]
|
| D | usbx_msrc_72227_host_pima_read_test.c | 476 0x00, /* Default value : empty string. */ 497 0x00, /* Default value : empty string. */ 510 …0x0E, /* Default value. Length of Unicode string… 775 default: in test_system_host_change_function() 1347 default : in pima_device_vendor_request() 1422 default : in pima_device_device_prop_desc_get() 1494 default : in pima_device_device_prop_value_get() 1797 default : in pima_device_object_data_get() 1833 default : in pima_device_object_data_get() 1909 default : in pima_device_object_info_send() [all …]
|
| D | usbx_cdc_ecm_default_data_interface_setting_with_endpoints_test.c | 1 /* This tests the case where the default data interface has endpoints - note that 2 this is a violation of the specification since according to it, the default 132 printf("Running CDC-ECM default data interface with endpoints Test.......... "); in test_application_define()
|
| D | ux_device_class_dummy_hub.c | 256 default: in _ux_device_class_hub_control_request() 309 default: in _ux_device_class_hub_control_request() 341 default: in _ux_device_class_hub_control_request() 381 default: in _ux_device_class_hub_entry()
|
| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_video_control_request.c | 149 default: in _ux_device_class_video_control_request() 153 /* By default it's not handled. */ in _ux_device_class_video_control_request() 216 default: in _ux_device_class_video_control_request() 220 /* By default it's not handled. */ in _ux_device_class_video_control_request()
|
| D | ux_device_class_dfu_control_request.c | 231 default: in _ux_device_class_dfu_control_request() 282 default: in _ux_device_class_dfu_control_request() 454 default: in _ux_device_class_dfu_control_request() 543 default: in _ux_device_class_dfu_control_request() 658 default: in _ux_device_class_dfu_control_request() 764 default: in _ux_device_class_dfu_control_request() 820 default: in _ux_device_class_dfu_control_request() 929 default: in _ux_device_class_dfu_control_request() 943 default: in _ux_device_class_dfu_control_request() 986 default: in _ux_device_class_dfu_status_get()
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_asix.h | 311 #define UX_HOST_CLASS_ASIX_RXCR_MFB_16384 0x0300 /* Default. */ 314 #define UX_HOST_CLASS_ASIX_RXCR_RH1M 0x0100 /* Default 1. */ 315 #define UX_HOST_CLASS_ASIX_RXCR_RH2M 0x0200 /* Default 0. */ 316 #define UX_HOST_CLASS_ASIX_RXCR_RH3M 0x0400 /* Default 0. */ 383 /* Define ASIX IPG default values register description. */
|