Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
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

◆ CCLK

#define CCLK   (FOSC * PLL_MUL)

Definition at line 9 of file olimex_lpc_h2148.h.

◆ FOSC

#define FOSC   (12000000)

Definition at line 5 of file olimex_lpc_h2148.h.

◆ LED_1_BANK

#define LED_1_BANK   1

Definition at line 19 of file olimex_lpc_h2148.h.

◆ LED_1_PIN

#define LED_1_PIN   24

Definition at line 20 of file olimex_lpc_h2148.h.

◆ LED_2_BANK

#define LED_2_BANK   1

Definition at line 25 of file olimex_lpc_h2148.h.

◆ LED_2_PIN

#define LED_2_PIN   23

Definition at line 26 of file olimex_lpc_h2148.h.

◆ PBSD_BITS

#define PBSD_BITS   0x02

Definition at line 11 of file olimex_lpc_h2148.h.

◆ PBSD_VAL

#define PBSD_VAL   2

Definition at line 12 of file olimex_lpc_h2148.h.

◆ PCLK

#define PCLK   (CCLK / PBSD_VAL)

Definition at line 14 of file olimex_lpc_h2148.h.

◆ PLL_MUL

#define PLL_MUL   (5)

Definition at line 7 of file olimex_lpc_h2148.h.

◆ USE_LED_1

#define USE_LED_1   1

Definition at line 17 of file olimex_lpc_h2148.h.

◆ USE_LED_2

#define USE_LED_2   1

Definition at line 23 of file olimex_lpc_h2148.h.