Home
last modified time | relevance | path

Searched refs:USB_CFG_SELF_POWERED (Results 1 – 2 of 2) sorted by relevance

/base/usb/usb_manager/utils/native/include/
Dusb_common.h78 constexpr uint32_t USB_CFG_SELF_POWERED = 0x80; variable
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_config.h99 return (attributes_ & USB_CFG_SELF_POWERED) != 0; in IsSelfPowered()