RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
28typedef 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);
41
42const pl111_fb_config *arm_pl111_fb_get_config(void);
43
44#endif /* LIBBSP_ARM_SHARED_ARM_PL111_FB_H */
ARM PL111 Register definitions.
Definition: intercom.c:74
Definition: arm-pl111-fb.h:28
Definition: arm-pl111-regs.h:178