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
powerpc
mvme5500
include
bsp
GT64260TWSI.h
1
#ifndef __GT64260TWSI_h
2
#define __GT64260TWSI_h
3
4
/* GT64260TWSI.h - header for the GT64260 Two-Wire Serial Interface */
5
6
/* TWSI Control Register Bits */
7
#define TWSI_ACK 4
8
#define TWSI_INTFLG 8
9
#define TWSI_STOP 0x10
10
#define TWSI_START 0x20
11
#define TWSI_TWSIEN 0x40
12
#define TWSI_INTEN 0x80
13
14
void
GT64260TWSIinit(
void
);
15
int
GT64260TWSIstart(
void
);
16
int
GT64260TWSIwrite(
unsigned
char
Data);
17
int
GT64260TWSIread(
unsigned
char
*,
int
lastByte);
18
int
GT64260TWSIstop(
void
);
19
20
#endif
Generated by
1.9.4