Lines Matching +full:power +full:- +full:source
1 .. zephyr:code-sample:: usb-c-source
2 :name: Basic USB-C Source
3 :relevant-api: _usbc_device_api
5 Implement a USB-C Power Delivery application in the form of a USB-C Source.
10 This example demonstrates how to create a USB-C Power Delivery application
11 using the USB-C subsystem. The application implements a USB-C Source device.
13 After a USB-C Sink device is plugged into the USB-C Source device, it
14 negotiates with the Source device to provide 5V at 100mA, 9V at 100mA,
15 or 15V at 100mA and the Requested Data Object (RDO) provided by the Source
18 .. _usb-c-source-sample-requirements:
23 node that's compatible with ``usb-c-connector``.
32 .. zephyr-app-commands::
33 :zephyr-app: samples/subsys/usb_c/source
43 .. code-block:: console