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.
STM32F103C8T6/SysClockConf.h@0:f16f5fb2d1b9, 2020-03-04 (annotated)
- Committer:
- franciscos
- Date:
- Wed Mar 04 00:51:01 2020 +0000
- Revision:
- 0:f16f5fb2d1b9
esime;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| franciscos | 0:f16f5fb2d1b9 | 1 | /* |
| franciscos | 0:f16f5fb2d1b9 | 2 | ****************************************************************************** |
| franciscos | 0:f16f5fb2d1b9 | 3 | * @file SysClockConf.c |
| franciscos | 0:f16f5fb2d1b9 | 4 | * @version |
| franciscos | 0:f16f5fb2d1b9 | 5 | * @date 05-July-2016 |
| franciscos | 0:f16f5fb2d1b9 | 6 | * @brief System Clock configuration for STM32F103C8T6 |
| franciscos | 0:f16f5fb2d1b9 | 7 | ***************************************************************************** |
| franciscos | 0:f16f5fb2d1b9 | 8 | * |
| franciscos | 0:f16f5fb2d1b9 | 9 | * All rights reserved. |
| franciscos | 0:f16f5fb2d1b9 | 10 | |
| franciscos | 0:f16f5fb2d1b9 | 11 | This program is free software: you can redistribute it and/or modify |
| franciscos | 0:f16f5fb2d1b9 | 12 | it under the terms of the GNU General Public License as published by |
| franciscos | 0:f16f5fb2d1b9 | 13 | the Free Software Foundation, either version 3 of the License, or |
| franciscos | 0:f16f5fb2d1b9 | 14 | (at your option) any later version. |
| franciscos | 0:f16f5fb2d1b9 | 15 | */ |
| franciscos | 0:f16f5fb2d1b9 | 16 | #pragma once |
| franciscos | 0:f16f5fb2d1b9 | 17 | void confSysClock(void); |