Home
last modified time | relevance | path

Searched defs:USB_ENDPOINT_DIR_MASK (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/usb/usb_manager/test/native/js_unittest/
H A DEventConstants.js54 USB_ENDPOINT_DIR_MASK: 0x80, property in EventConstants
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/usb/
H A D_u_s_b.md158 ### USB_ENDPOINT_DIR_MASK subsection
/ohos5.0/base/usb/usb_manager/utils/native/include/
H A Dusb_common.h63 constexpr uint32_t USB_ENDPOINT_DIR_MASK = 0x80; variable
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h30 const int32_t USB_ENDPOINT_DIR_MASK = 0x80; variable