Home
last modified time | relevance | path

Searched refs:target (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_feature.c87 UINT target; in _ux_host_class_hub_feature() local
97 target = UX_REQUEST_TARGET_DEVICE; in _ux_host_class_hub_feature()
99 target = UX_REQUEST_TARGET_OTHER; in _ux_host_class_hub_feature()
104 …request -> ux_transfer_request_type = UX_REQUEST_OUT | UX_REQUEST_TYPE_CLASS | target; in _ux_host_class_hub_feature()
Dux_host_class_hub_status_get.c92 UINT target; in _ux_host_class_hub_status_get() local
102 target = UX_REQUEST_TARGET_DEVICE; in _ux_host_class_hub_status_get()
104 target = UX_REQUEST_TARGET_OTHER; in _ux_host_class_hub_status_get()
115 …_request -> ux_transfer_request_type = UX_REQUEST_IN | UX_REQUEST_TYPE_CLASS | target; in _ux_host_class_hub_status_get()
/USBX-v6.2.1/cmake/
Dcortex_m0.cmake1 # Name of the target
Dcortex_m4.cmake1 # Name of the target
Dcortex_m7.cmake1 # Name of the target
Dcortex_m3.cmake1 # Name of the target
Dutilities.cmake11 # Add this target into the temp
/USBX-v6.2.1/
DCMakeLists.txt15 # Define our target library and an alias for consumers
56 # Enable a build target that produces a ZIP file of all sources
/USBX-v6.2.1/.github/ISSUE_TEMPLATE/
Dbug_report.md15 - What target device are you using?
/USBX-v6.2.1/docs/
Drevision_history.txt2356 …ux_device_stack_control_request_process.c Keep the Interface target command inside the device st…