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