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 #include "Board_Buttons.h"
20 #include "stdint.h"
21 
22 //-------------------------------------------------------------------
23 // defines
24 //-------------------------------------------------------------------
25 
26 #define TEXTLENGTH_SHORT 30 // Length of short text
27 
28 //-------------------------------------------------------------------
29 // function declarations
30 
31 //-------------------------------------------------------------------
32 
33 //library globals - always external keyword
34 
35 extern GLCD_FONT GLCD_Font_16x24;
36 extern GLCD_FONT GLCD_Font_6x8; // GLCD Font from GLCD_Fonts.c
37 
38 extern uint32_t u32Volume;
39 
40 // project globals
41 
42 #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
u32Volume
uint32_t u32Volume
Definition: globals.c:5
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