RTEMS
5.1
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
include
bsp
arm-pl111-fb.h
Go to the documentation of this file.
1
9
/*
10
* Copyright (c) 2013 embedded brains GmbH. All rights reserved.
11
*
12
* embedded brains GmbH
13
* Dornierstr. 4
14
* 82178 Puchheim
15
* Germany
16
* <info@embedded-brains.de>
17
*
18
* The license and distribution terms for this file may be
19
* found in the file LICENSE in this distribution or at
20
* http://www.rtems.org/license/LICENSE.
21
*/
22
23
#ifndef LIBBSP_ARM_SHARED_ARM_PL111_FB_H
24
#define LIBBSP_ARM_SHARED_ARM_PL111_FB_H
25
26
#include <
bsp/arm-pl111-regs.h
>
27
28
typedef
struct
pl111_fb_config
{
29
volatile
pl111
*regs;
30
uint32_t timing0;
31
uint32_t timing1;
32
uint32_t timing2;
33
uint32_t timing3;
34
uint32_t
control
;
35
uint32_t power_delay_in_us;
36
void (*set_up)(
const
struct
pl111_fb_config
*cfg);
37
void (*pins_set_up)(
const
struct
pl111_fb_config
*cfg);
38
void (*pins_tear_down)(
const
struct
pl111_fb_config
*cfg);
39
void (*tear_down)(
const
struct
pl111_fb_config
*cfg);
40
}
pl111_fb_config
;
41
42
const
pl111_fb_config
*arm_pl111_fb_get_config(
void
);
43
44
#endif
/* LIBBSP_ARM_SHARED_ARM_PL111_FB_H */
arm-pl111-regs.h
ARM PL111 Register definitions.
control
Definition:
intercom.c:74
pl111_fb_config
Definition:
arm-pl111-fb.h:28
pl111
Definition:
arm-pl111-regs.h:178
Generated by
1.8.15