Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
20
#include <stdint.h>
21
#include <stdlib.h>
22
#include "
usb/usbus.h
"
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
35
size_t
usbus_fmt_descriptor_conf
(
usbus_t
*
usbus
);
36
44
size_t
usbus_fmt_descriptor_dev
(
usbus_t
*
usbus
);
45
46
#ifdef __cplusplus
47
}
48
#endif
usbus_fmt_descriptor_conf
size_t usbus_fmt_descriptor_conf(usbus_t *usbus)
generator for the USB configuration descriptor
usbus_fmt_descriptor_dev
size_t usbus_fmt_descriptor_dev(usbus_t *usbus)
generator for the USB device descriptor
usbus
USBUS context struct.
Definition:
usbus.h:444
usbus.h
USBUS basic interface.
Generated on Mon Nov 24 2025 18:43:16 by
1.9.1