Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
tinyusb.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2022 Gunar Schorcht
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
19
#ifndef TINYUSB_H
20
#define TINYUSB_H
21
22
#include "periph_conf.h"
23
#include "tinyusb_hw_defaults.h"
24
25
#ifndef TINYUSB_THREAD_STACKSIZE_MAIN
27
#define TINYUSB_THREAD_STACKSIZE (THREAD_STACKSIZE_DEFAULT)
28
#endif
29
30
#ifndef TINYUSB_PRIORITY
32
#define TINYUSB_PRIORITY (2)
33
#endif
34
35
#ifndef TINYUSB_TUD_RHPORT
37
#define TINYUSB_TUD_RHPORT 0
38
#endif
39
40
#ifndef TINYUSB_TUH_RHPORT
42
#define TINYUSB_TUH_RHPORT 0
43
#endif
44
45
#ifdef __cplusplus
46
extern
"C"
{
47
#endif
48
49
#if MODULE_TINYUSB_CLASS_NET_RNDIS
50
#define SIZEOF_ETH_HDR 14
51
#endif
52
60
int
tinyusb_setup
(
void
);
61
62
#ifdef __cplusplus
63
}
64
#endif
65
66
#endif
/* TINYUSB_H */
tinyusb_setup
int tinyusb_setup(void)
Initialize the tinyUSB stack including used peripherals and start the tinyUSB thread.
Generated on Thu Apr 3 2025 13:00:09 by
1.12.0