NXP LPC23XX family specific code.
More...
NXP LPC23XX family specific code.
|
file | cpu_conf.h |
| LPC23XX CPU configuration.
|
|
file | periph_cpu.h |
| CPU specific definitions for internal peripheral handling.
|
|
|
#define | CPU_HAS_BACKUP_RAM (1) |
| The CPU has RAM that is retained in the deepest sleep mode.
|
|
|
void | cpu_init_pll (void) |
| Initialize the phase lock loop oscillator.
|
|
void | cpu_init_mam (void) |
| Initialize the Memory Acceleration Module.
|
|
void | lpc23xx_pclk_scale (uint32_t source, uint32_t target, uint32_t *pclksel, uint32_t *prescale) |
| Scale lpc23xx cpu speed.
|
|
void | cpu_init_clks (void) |
| Initialize lpc23xx cpu clocks.
|
|
bool | install_irq (int IntNumber, void(*HandlerAddr)(void), int Priority) |
| install lpc23xx irq
|
|
static bool | cpu_woke_from_backup (void) |
| Returns true if the CPU woke from Deep Sleep.
|
|
bool | cpu_backup_ram_is_initialized (void) |
| Returns true if the backup RAM has been initialized.
|
|