Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
c
d
f
g
i
l
m
n
o
p
r
s
t
u
v
+
Functions
_
a
c
f
i
l
n
o
p
s
t
u
v
+
Variables
_
a
c
d
f
i
l
m
n
o
p
r
s
t
Typedefs
Enumerations
+
Enumerator
a
g
p
r
t
+
Classes
Class List
Class Hierarchy
+
Class Members
+
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
l
m
n
o
p
q
r
s
t
u
v
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
Enumerations
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
File Members
+
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
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
m
o
p
q
r
s
t
u
v
+
Enumerations
_
a
b
c
e
f
g
h
i
l
m
o
p
r
s
u
+
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
w
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
firmware
boards
airbourne
airbourne
lib
STM32_USB_OTG_Driver
inc
usb_otg.h
Go to the documentation of this file.
1
28
/* Define to prevent recursive inclusion -------------------------------------*/
29
#ifndef __USB_OTG__
30
#define __USB_OTG__
31
32
48
void
USB_OTG_InitiateSRP
(
void
);
49
void
USB_OTG_InitiateHNP
(uint8_t state , uint8_t mode);
50
void
USB_OTG_Switchback
(USB_OTG_CORE_DEVICE *pdev);
51
uint32_t
USB_OTG_GetCurrentState
(USB_OTG_CORE_DEVICE *pdev);
52
88
#endif //__USB_OTG__
89
90
98
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
99
USB_OTG_InitiateHNP
void USB_OTG_InitiateHNP(uint8_t state, uint8_t mode)
USB_OTG_Switchback
void USB_OTG_Switchback(USB_OTG_CORE_DEVICE *pdev)
USB_OTG_InitiateSRP
void USB_OTG_InitiateSRP(void)
USB_OTG_GetCurrentState
uint32_t USB_OTG_GetCurrentState(USB_OTG_CORE_DEVICE *pdev)
rosflight_firmware
Author(s): Daniel Koch
, James Jackson
autogenerated on Mon Feb 28 2022 23:36:11