comparison chipsetsw/drivers/drv_app/r2d/lcds/E_Sample/r2d_task_init_i.h @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
1
2 /******************************************************************************
3 *
4 * FILE NAME: r2d_task_init_i.h
5 *
6 *
7 * PURPOSE:
8 *
9 *
10 * FILE REFERENCES:
11 *
12 * Name IO Description
13 * ------------- -- ---------------------------------------------
14 *
15 *
16 *
17 * EXTERNAL VARIABLES:
18 *
19 * Source:
20 *
21 * Name Type IO Description
22 * ------------- --------------- -- ------------------------------
23 *
24 *
25 *
26 * EXTERNAL REFERENCES:
27 *
28 * Name Description
29 * ------------------ -------------------------------------------------------
30 *
31 *
32 *
33 * ABNORMAL TERMINATION CONDITIONS, ERROR AND WARNING MESSAGES:
34 *
35 *
36 *
37 * ASSUMPTION, CONSTRAINTS, RESTRICTIONS:
38 *
39 *
40 *
41 * NOTES:
42 *
43 *
44 *
45 * REQUIREMENTS/FUNCTIONAL SPECIFICATION REFERENCES:
46 *
47 *
48 *
49 *
50 * DEVELOPMENT HISTORY:
51 *
52 * Date Name(s) Version Description
53 * ----------- -------------- ------- -------------------------------------
54 *
55 * ALGORITHM:
56 *
57 *
58 *****************************************************************************/
59 #ifndef _R2D_TASK_INIT_I_H_
60 #define _R2D_TASK_INIT_I_H_
61
62
63 #include "main/sys_types.h"
64 #include "l1_types.h"
65 #include "memif/mem.h"
66 #include "r2d/lcds/e_sample/lcd_if.h"
67
68 #define R2D_MB_PRIM_SIZE (4000)
69
70
71
72 /****************************************************************************
73 * PROTOTYPE DEFINITION
74 ***************************************************************************/
75
76
77 void r2d_refresh_task_init(void);
78 void r2d_refresh_task_kill(void);
79 void r2d_dithering_init(void);
80
81 #endif