Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
targets/cmsis/TARGET_NXP/TARGET_LPC408X/cmsis.h@147:ba84b7dc41a7, 2016-09-10 (annotated)
- Committer:
- JojoS
- Date:
- Sat Sep 10 15:32:04 2016 +0000
- Revision:
- 147:ba84b7dc41a7
- Parent:
- 144:ef7eb2e8f9f7
added prescaler for 16 bit timers (solution as in LPC11xx), default prescaler 31 for max 28 ms period time
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| <> | 144:ef7eb2e8f9f7 | 1 | /* mbed Microcontroller Library - CMSIS |
| <> | 144:ef7eb2e8f9f7 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
| <> | 144:ef7eb2e8f9f7 | 3 | * |
| <> | 144:ef7eb2e8f9f7 | 4 | * A generic CMSIS include header, pulling in LPC407x_8x specifics |
| <> | 144:ef7eb2e8f9f7 | 5 | */ |
| <> | 144:ef7eb2e8f9f7 | 6 | |
| <> | 144:ef7eb2e8f9f7 | 7 | #ifndef MBED_CMSIS_H |
| <> | 144:ef7eb2e8f9f7 | 8 | #define MBED_CMSIS_H |
| <> | 144:ef7eb2e8f9f7 | 9 | |
| <> | 144:ef7eb2e8f9f7 | 10 | #include "LPC407x_8x_177x_8x.h" |
| <> | 144:ef7eb2e8f9f7 | 11 | #include "cmsis_nvic.h" |
| <> | 144:ef7eb2e8f9f7 | 12 | |
| <> | 144:ef7eb2e8f9f7 | 13 | #endif |
