Home
last modified time | relevance | path

Searched refs:bMaxPower (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/subsys/usb/common/
DKconfig.sample_usbd42 int "USB device sample bMaxPower value"
46 bMaxPower value in the sample configuration in 2 mA units.
/Zephyr-latest/subsys/usb/device/
DKconfig133 int "Set bMaxPower value"
137 Set bMaxPower value in the Standard Configuration Descriptor,
Dusb_descriptor.c103 .bMaxPower = CONFIG_USB_MAX_POWER,
/Zephyr-latest/include/zephyr/usb/
Dusb_ch9.h189 uint8_t bMaxPower; member
Dusbd.h539 .bMaxPower = (power), \
/Zephyr-latest/subsys/usb/device_next/
Dusbd_config.c245 desc->bMaxPower = power; in usbd_config_maxpower()
/Zephyr-latest/subsys/usb/host/
Dusbh_shell.c57 shell_print(sh, "bMaxPower\t\t%u mA", desc->bMaxPower * 2); in print_cfg_desc()
/Zephyr-latest/subsys/usb/device/class/dfu/
Dusb_dfu.c185 .bMaxPower = CONFIG_USB_MAX_POWER,
/Zephyr-latest/doc/releases/
Drelease-notes-2.2.rst1112 * :github:`19545` - usb: obtain configuration descriptor's bmAttributes and bMaxPower from DT