#include "lpc_types.h"
#include "sys_config.h"
#include "cmsis.h"
#include "i2c_112x.h"
#include "i2cm_112x.h"
#include "wwdt_112x.h"
#include "uart_112x.h"
#include "timer_112x.h"
#include "adc_112x.h"
#include "pmu_112x.h"
#include "fmc_112x.h"
#include "ssp_112x.h"
#include "iocon_112x.h"
#include "syscon_112x.h"
#include "clock_112x.h"
#include "gpio_112x.h"
#include "romapi_112x.h"
Go to the source code of this file.
|
uint32_t | SystemCoreClock |
| Current system clock rate, mainly used for sysTick. More...
|
|
|
const uint32_t | OscRateIn |
| System oscillator rate This value is defined externally to the chip layer and contains the value in Hz for the external oscillator for the board. If using the internal oscillator, this rate can be 0. More...
|
|
const uint32_t | ExtRateIn |
| Clock rate on the CLKIN pin This value is defined externally to the chip layer and contains the value in Hz for the CLKIN pin for the board. If this pin isn't used, this rate can be 0. More...
|
|
#define CMP_IRQHandler ACMP_IRQHandler |
#define I2C0_IRQHandler I2C_IRQHandler |
#define UART0_IRQHanlder UART_IRQHandler |
#define WWDT_IRQHandler WDT_IRQHandler |
Clock rate on the CLKIN pin This value is defined externally to the chip layer and contains the value in Hz for the CLKIN pin for the board. If this pin isn't used, this rate can be 0.
Definition at line 55 of file board.c.
System oscillator rate This value is defined externally to the chip layer and contains the value in Hz for the external oscillator for the board. If using the internal oscillator, this rate can be 0.
Definition at line 54 of file board.c.