RTEMS
5.2
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
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
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
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
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
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
bsps
arm
beagle
include
bsp
bbb-gpio.h
Go to the documentation of this file.
1
17
#ifndef LIBBSP_ARM_BEAGLE_BBB_GPIO_H
18
#define LIBBSP_ARM_BEAGLE_BBB_GPIO_H
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
/* __cplusplus */
23
27
#define BBB_DIGITAL_IN 2
28
#define BBB_DIGITAL_OUT 1
29
33
#define BBB_PUDEN (1 << 3)
34
#define BBB_PUDDIS ~BBB_PUDEN
35
#define BBB_PU_EN (1 << 4)
36
#define BBB_PD_EN ~BBB_PU_EN
37
#define BBB_MUXMODE(X) (X & 0x7)
38
#define BBB_RXACTIVE (1 << 5)
39
#define BBB_SLEWCTRL (1 << 6)
40
41
#ifdef __cplusplus
42
}
43
#endif
/* __cplusplus */
44
45
#endif
/* LIBBSP_ARM_BEAGLE_BBB_GPIO_H */
Generated by
1.9.4