Lines Matching +full:usb +full:- +full:c
2 * Copyright (c) 2023 Nordic Semiconductor ASA.
4 * SPDX-License-Identifier: Apache-2.0
11 #include <zephyr/usb/usbd.h>
14 * The scope of this header is limited to use in USB samples together with the
15 * new experimental USB device stack, you should not use it in your own
21 * USB device. It configures sample's device context, default string descriptors,
22 * USB device configuration, registers any available class instances, and
23 * finally initializes USB device. It is limited to a single device with a
24 * single configuration instantiated in sample_usbd_init.c, which should be
25 * enough for a simple USB device sample.
27 * It returns the configured and initialized USB device context on success,