Loading...
Searching...
No Matches
fmt.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 Koen Zandberg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
19
20#include <stdint.h>
21#include <stdlib.h>
22#include "usb/usbus.h"
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
36
45
46#ifdef __cplusplus
47}
48#endif
size_t usbus_fmt_descriptor_conf(usbus_t *usbus)
generator for the USB configuration descriptor
size_t usbus_fmt_descriptor_dev(usbus_t *usbus)
generator for the USB device descriptor
struct usbus usbus_t
USBUS context forward declaration.
Definition usbus.h:215
USBUS context struct.
Definition usbus.h:444
USBUS basic interface.