Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
olimex_lpc_h2148.h File Reference

Go to the source code of this file.

Macros

#define FOSC   (12000000)
 
#define PLL_MUL   (5)
 
#define CCLK   (FOSC * PLL_MUL)
 
#define PBSD_BITS   0x02
 
#define PBSD_VAL   2
 
#define PCLK   (CCLK / PBSD_VAL)
 
#define USE_LED_1   1
 
#define LED_1_BANK   1
 
#define LED_1_PIN   24
 
#define USE_LED_2   1
 
#define LED_2_BANK   1
 
#define LED_2_PIN   23
 

Macro Definition Documentation

#define CCLK   (FOSC * PLL_MUL)

Definition at line 9 of file olimex_lpc_h2148.h.

#define FOSC   (12000000)

Definition at line 5 of file olimex_lpc_h2148.h.

#define LED_1_BANK   1

Definition at line 19 of file olimex_lpc_h2148.h.

#define LED_1_PIN   24

Definition at line 20 of file olimex_lpc_h2148.h.

#define LED_2_BANK   1

Definition at line 25 of file olimex_lpc_h2148.h.

#define LED_2_PIN   23

Definition at line 26 of file olimex_lpc_h2148.h.

#define PBSD_BITS   0x02

Definition at line 11 of file olimex_lpc_h2148.h.

#define PBSD_VAL   2

Definition at line 12 of file olimex_lpc_h2148.h.

#define PCLK   (CCLK / PBSD_VAL)

Definition at line 14 of file olimex_lpc_h2148.h.

#define PLL_MUL   (5)

Definition at line 7 of file olimex_lpc_h2148.h.

#define USE_LED_1   1

Definition at line 17 of file olimex_lpc_h2148.h.

#define USE_LED_2   1

Definition at line 23 of file olimex_lpc_h2148.h.