STM32F031K6 Fork of mbed library sources. PLL are disabled for lower clock.
Fork of mbed-dev by
targets/cmsis/TARGET_Freescale/TARGET_K64F/cmsis.h@122:7f86b4238bec, 2016-05-03 (annotated)
- Committer:
- mbed_official
- Date:
- Tue May 03 00:15:16 2016 +0100
- Revision:
- 122:7f86b4238bec
Synchronized with git revision 9cef243de23875778f461bbe9a8c1bc47e65212b
Full URL: https://github.com/mbedmicro/mbed/commit/9cef243de23875778f461bbe9a8c1bc47e65212b/
Switch to KSDK 2.0
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 122:7f86b4238bec | 1 | /* mbed Microcontroller Library - CMSIS |
mbed_official | 122:7f86b4238bec | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
mbed_official | 122:7f86b4238bec | 3 | * |
mbed_official | 122:7f86b4238bec | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
mbed_official | 122:7f86b4238bec | 5 | */ |
mbed_official | 122:7f86b4238bec | 6 | |
mbed_official | 122:7f86b4238bec | 7 | #ifndef MBED_CMSIS_H |
mbed_official | 122:7f86b4238bec | 8 | #define MBED_CMSIS_H |
mbed_official | 122:7f86b4238bec | 9 | |
mbed_official | 122:7f86b4238bec | 10 | #include "fsl_device_registers.h" |
mbed_official | 122:7f86b4238bec | 11 | #include "cmsis_nvic.h" |
mbed_official | 122:7f86b4238bec | 12 | |
mbed_official | 122:7f86b4238bec | 13 | #endif |