MCB1700_Welcome
Welcome.h
Go to the documentation of this file.
1 
11 #ifndef __ES2_V5_APP_H
12 #define __ES2_V5_APP_H
13 
14 #include <stdio.h>
15 #include "LPC17xx.H"
16 #include "GLCD_Config.h"
17 #include "Board_GLCD.h"
18 #include "Board_LED.h"
19 
20 //-------------------------------------------------------------------
21 // defines
22 //-------------------------------------------------------------------
23 
24 #define TEXTLENGTH_SHORT 30 // Length of short text
25 
26 //-------------------------------------------------------------------
27 // function declarations
28 
29 //-------------------------------------------------------------------
30 
31 //library globals - always external keyword
32 
33 extern GLCD_FONT GLCD_Font_16x24;
34 extern GLCD_FONT GLCD_Font_6x8; // GLCD Font from GLCD_Fonts.c
35 
36 // project globals
37 
38 #endif /* __ES2_V5_APP_H */
CLKSRCSEL_Val
#define CLKSRCSEL_Val
Definition: system_LPC17xx.c:297
__CORE_CLK
#define __CORE_CLK
Definition: system_LPC17xx.c:410
CLKOUTCFG_Val
#define CLKOUTCFG_Val
Definition: system_LPC17xx.c:307
OSC_CLK
#define OSC_CLK
Definition: system_LPC17xx.c:396
CCLKCFG_Val
#define CCLKCFG_Val
Definition: system_LPC17xx.c:302
PLL1CFG_Val
#define PLL1CFG_Val
Definition: system_LPC17xx.c:301
PCLKSEL1_Val
#define PCLKSEL1_Val
Definition: system_LPC17xx.c:305
PLL0CFG_Val
#define PLL0CFG_Val
Definition: system_LPC17xx.c:299
USBCLKCFG_Val
#define USBCLKCFG_Val
Definition: system_LPC17xx.c:303
SystemCoreClockUpdate
void SystemCoreClockUpdate(void)
Definition: system_LPC17xx.c:437
SCS_Val
#define SCS_Val
Definition: system_LPC17xx.c:296
SystemInit
void SystemInit(void)
Definition: system_LPC17xx.c:482
PCLKSEL0_Val
#define PCLKSEL0_Val
Definition: system_LPC17xx.c:304
RTC_CLK
#define RTC_CLK
Definition: system_LPC17xx.c:397
PCONP_Val
#define PCONP_Val
Definition: system_LPC17xx.c:306
IRC_OSC
#define IRC_OSC
Definition: system_LPC17xx.c:398
SystemCoreClock
uint32_t SystemCoreClock
Definition: system_LPC17xx.c:431
GLCD_Font_16x24
GLCD_FONT GLCD_Font_16x24
FLASHCFG_Val
#define FLASHCFG_Val
Definition: system_LPC17xx.c:323
GLCD_Font_6x8
GLCD_FONT GLCD_Font_6x8