Home
last modified time | relevance | path

Searched refs:bmRequestType (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_control_request_setup.md24 | [bmRequestType](#bmrequesttype) | 请求类型。 |
70 ### bmRequestType subsection
74 uint8_t UsbControlRequestSetup::bmRequestType
H A Dusb__ddk__types_8h.md59 | [bmRequestType](#bmrequesttype) | 请求类型。 |
537 ### bmRequestType subsection
541 uint8_t bmRequestType
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_control_request_setup.md24 | [bmRequestType](#bmrequesttype) | Request type.|
70 ### bmRequestType subsection
74 uint8_t UsbControlRequestSetup::bmRequestType
H A Dusb__ddk__types_8h.md59 | [bmRequestType](#bmrequesttype) | Request type.|
537 ### bmRequestType subsection
541 uint8_t bmRequestType
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dusb-ddk-guidelines.md103 setupRead.bmRequestType = 0x80;
114 setupWrite.bmRequestType = 0;
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h53 uint8_t bmRequestType; member
/ohos5.0/docs/en/application-dev/napi/
H A Dusb-ddk-guidelines.md103 setupRead.bmRequestType = 0x80;
114 setupWrite.bmRequestType = 0;
/ohos5.0/docs/zh-cn/application-dev/basic-services/usb/
H A Dusb-guidelines.md174 bmRequestType: 0x80, //0x80指一次由设备到主机的标准请求命令
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_ddk_v1_0/foo/usb/ddk/v1_0/
H A DUsbDdkTypes.idl41 /** Request type, corresponding to bmRequestType in the USB protocol. */
/ohos5.0/drivers/interface/usb/ddk/v1_0/
H A DUsbDdkTypes.idl41 /** Request type, corresponding to bmRequestType in the USB protocol. */
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-usbManager.md646 bmRequestType: number = 0
655 bmRequestType: 0x80,
1146 | bmRequestType | number | 是 |请求控制类型。 |
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h307 uint8_t bmRequestType; member
/ohos5.0/docs/en/application-dev/basic-services/usb/
H A Dusb-guidelines.md174bmRequestType: 0x80, // 0x80 indicates a standard request for data transfer from the device to …
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-usbManager.md642 bmRequestType: number = 0
651 bmRequestType: 0x80,
882 | bmRequestType | number | Yes |Control request type. …
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp461 notify->bmRequestType = USB_DDK_DIR_IN | USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE; in SendNotifyRequest()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c448 notify->bmRequestType = USB_DDK_DIR_IN | USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE; in SendNotifyRequest()
/ohos5.0/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c491 event->bmRequestType = 0xA1; in EcmDoNotify()
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dusb_ddk_ndk_test.cpp372 setup.bmRequestType = 0x80; in UsbSendControlReadRequestOne()
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c1255 notify->bmRequestType = USB_DDK_DIR_IN | USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE; in AcmSendNotifyRequest()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-usb-des.md1638 notify->bmRequestType = USB_DDK_DIR_IN | USB_DDK_TYPE_CLASS | USB_DDK_RECIP_INTERFACE;