Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
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
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
Enumerations
Enumerator
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
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
x
z
Typedefs
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
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
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
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
▼
Zephyr API Documentation
►
Introduction
Deprecated List
►
Topics
►
Data Structures
▼
Files
▼
File List
►
doc
►
kernel
►
lib
►
subsys
▼
zephyr
►
acpi
►
app_memory
►
arch
►
audio
►
bluetooth
►
canbus
►
console
►
crypto
►
data
►
debug
►
devicetree
►
dfu
►
display
►
drivers
►
dsp
▼
dt-bindings
►
acpi
►
adc
►
battery
►
clock
►
comparator
►
dac
►
dai
►
display
►
dma
►
espi
►
ethernet
►
flash_controller
►
gnss
►
gpio
►
i2c
►
input
►
inputmux
►
interrupt-controller
►
ipc_service
►
led
►
lora
►
lvgl
►
memory-attr
►
memory-controller
►
mfd
►
mipi_dbi
►
mipi_dsi
►
misc
►
pcie
►
pinctrl
►
power
►
pwm
►
qspi
►
rdc
►
regulator
►
reserved-memory
►
reset
►
sensor
►
spi
►
timer
▼
usb
►
audio.h
►
usb.h
►
usb-c
►
video
dt-util.h
►
fs
►
input
►
internal
►
ipc
►
kernel
►
linker
►
llext
►
logging
►
lorawan
►
math
►
mctp
►
mem_mgmt
►
mgmt
►
misc
►
modbus
►
modem
►
multi_heap
►
net
►
platform
►
pm
►
portability
►
posix
►
psa
►
random
►
retention
►
rtio
►
sd
►
sensing
►
settings
►
shell
►
sip_svc
►
stats
►
storage
►
sys
►
task_wdt
►
timing
►
toolchain
►
tracing
►
usb
►
usb_c
►
xen
►
zbus
►
zvfs
►
bindesc.h
►
cache.h
►
device.h
►
devicetree.h
►
fatal.h
►
fatal_types.h
►
init.h
►
irq.h
►
irq_multilevel.h
►
irq_nextlevel.h
►
irq_offload.h
►
kernel.h
kernel_includes.h
►
kernel_structs.h
►
kernel_version.h
►
net_buf.h
►
shared_irq.h
►
smf.h
►
spinlock.h
►
sw_isr_table.h
►
sys_clock.h
►
syscall.h
►
toolchain.h
types.h
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
usb.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2019 Linaro Limited
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_USB_USB_H_
7
#define ZEPHYR_INCLUDE_DT_BINDINGS_USB_USB_H_
8
9
/* Ideally we'd generate this enum to match what's coming out of the YAML,
10
* however, we dont have a good way to know how to name such an enum from
11
* the generation point of view, so for now we just hand code the enum. This
12
* enum is expected to match the order in the yaml (dts/bindings/usb/usb.yaml)
13
*/
14
15
enum
dt_usb_maximum_speed
{
16
DT_USB_MAXIMUM_SPEED_LOW_SPEED
,
17
DT_USB_MAXIMUM_SPEED_FULL_SPEED
,
18
DT_USB_MAXIMUM_SPEED_HIGH_SPEED
,
19
DT_USB_MAXIMUM_SPEED_SUPER_SPEED
,
20
};
15
enum
dt_usb_maximum_speed
{
…
};
21
22
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_USB_USB_H_ */
dt_usb_maximum_speed
dt_usb_maximum_speed
Definition
usb.h:15
DT_USB_MAXIMUM_SPEED_SUPER_SPEED
@ DT_USB_MAXIMUM_SPEED_SUPER_SPEED
Definition
usb.h:19
DT_USB_MAXIMUM_SPEED_HIGH_SPEED
@ DT_USB_MAXIMUM_SPEED_HIGH_SPEED
Definition
usb.h:18
DT_USB_MAXIMUM_SPEED_FULL_SPEED
@ DT_USB_MAXIMUM_SPEED_FULL_SPEED
Definition
usb.h:17
DT_USB_MAXIMUM_SPEED_LOW_SPEED
@ DT_USB_MAXIMUM_SPEED_LOW_SPEED
Definition
usb.h:16
zephyr
dt-bindings
usb
usb.h
Generated on Mon Mar 17 2025 00:05:49 for Zephyr API Documentation by
1.12.0