Searched refs:bMaxPower (Results 1 – 2 of 2) sorted by relevance
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_def.h | 376 uint8_t bMaxPower; /* Max.power from bus, 2mA units */ member 657 …ONFIG_DESCRIPTOR_INIT(wTotalLength, bNumInterfaces, bConfigurationValue, bmAttributes, bMaxPower) \ argument 665 USB_CONFIG_POWER_MA(bMaxPower) /* bMaxPower */ 678 …ONFIG_DESCRIPTOR_INIT(wTotalLength, bNumInterfaces, bConfigurationValue, bmAttributes, bMaxPower) \ argument 686 USB_CONFIG_POWER_MA(bMaxPower) /* bMaxPower */
|
| /components/drivers/usb/cherryusb/core/ |
| A D | usbh_core.c | 204 USB_LOG_DBG("bMaxPower: 0x%02x \r\n", desc->bMaxPower); in parse_config_descriptor() 214 hport->config.config_desc.bMaxPower = desc->bMaxPower; in parse_config_descriptor() 304 USB_LOG_RAW("bMaxPower: 0x%02x \r\n", hport->config.config_desc.bMaxPower); in usbh_print_hubport_info()
|
Completed in 8 milliseconds