Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2019-06-02 13:50:10 +0300
committerKarl Palsson <karlp@tweak.net.au>2019-06-02 13:50:10 +0300
commita9dde2832eb8039b9e0d21a50b9b991ddbfc4e2d (patch)
tree1b57b4c3981ea4b60219a9b090e68eac3d1e2346 /include
parent1d68c299e8804d47f407a2f9f3c1274d3c892273 (diff)
stm32f4: rcc: drop 48 & 120 MHz configs
48Mhz has no purpose other than to be a naiive method of haivng working USB. 120MHz never had any purpose, other than to match the f2 code it was copied from. Drop them both. Remaining configs are all max speeds for various F4 parts. Lower speeds are all custom
Diffstat (limited to 'include')
-rw-r--r--include/libopencm3/stm32/f4/rcc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libopencm3/stm32/f4/rcc.h b/include/libopencm3/stm32/f4/rcc.h
index e6d660f1..2c6ac630 100644
--- a/include/libopencm3/stm32/f4/rcc.h
+++ b/include/libopencm3/stm32/f4/rcc.h
@@ -770,9 +770,7 @@ extern uint32_t rcc_apb2_frequency;
/* --- Function prototypes ------------------------------------------------- */
enum rcc_clock_3v3 {
- RCC_CLOCK_3V3_48MHZ,
RCC_CLOCK_3V3_84MHZ,
- RCC_CLOCK_3V3_120MHZ,
RCC_CLOCK_3V3_168MHZ,
RCC_CLOCK_3V3_180MHZ,
RCC_CLOCK_3V3_END