libopencm3/include/libopencm3/stm32
Karl Palsson a7902aa4d0 stm32l1: rcc/lcd: fix RTCSEL HSE definition
Wrong since original commit in 2013.

LCD code can't actually automatically determine clock speed if it's HSE,
as we don't know here whether what HSE is, nor what it's divided by.
For more fun, that old 2014 API doesn't have any way of flagging that it
failed either.  Hooray.
2020-11-28 22:13:25 +00:00
..
common stm32l0/l1: flash: support half page flashing 2020-11-28 22:13:25 +00:00
f0 stm32f0: adjust wwdg threshold signatures to support 12 bit resolution 2020-01-05 00:08:48 +00:00
f1 stm32: rcc: Standardize prescaler define names 2020-11-28 22:13:25 +00:00
f2 stm32: rcc: Standardize prescaler define names 2020-11-28 22:13:25 +00:00
f3 stm32: rcc: Standardize prescaler define names 2020-11-28 22:13:25 +00:00
f4 stm32: rcc: Standardize prescaler define names 2020-11-28 22:13:25 +00:00
f7 stm32: rcc: Standardize prescaler define names 2020-11-28 22:13:25 +00:00
g0 stm32g0: flash: add erase/program stuff 2020-04-09 23:37:38 +00:00
g4 stm32g4: Add basic support 2020-04-09 23:29:00 +00:00
h7 stm32h7: added minimal stm32h7 exti defs, which share with G0. 2020-03-23 09:23:21 -04:00
l0 stm32: rcc: Standardize prescaler define names 2020-11-28 22:13:25 +00:00
l1 stm32l1: rcc/lcd: fix RTCSEL HSE definition 2020-11-28 22:13:25 +00:00
l4 stm32l4: Use USB_OTG_FS_BASE instead of OTG_FS_BASE 2020-11-28 22:13:25 +00:00
adc.h stm32g0: add adc. 2019-11-08 14:19:17 +00:00
can.h
cec.h
comparator.h stm32f3: add comparator register definitions 2018-08-17 00:15:01 +00:00
crc.h stm32l0: crc: enable common code 2019-10-12 14:11:39 +00:00
crs.h
crypto.h
dac.h stm32h7: Initial introduction into libopencm3. 2019-11-28 22:15:24 +00:00
dbgmcu.h
dcmi.h
desig.h stm32: desig: refactor to allow targets to have different addresses 2020-03-04 22:16:31 +00:00
dma.h stm32g0: add dma. 2019-11-08 13:47:41 +01:00
dma2d.h stm32f7: enable existing dma2d headers 2019-05-19 21:33:07 +00:00
dmamux.h stm32g0: add dmamux 2019-11-08 13:47:41 +01:00
dsi.h stm32f7: enable existing dsi support 2019-05-19 21:33:07 +00:00
exti.h stm32h7: added minimal stm32h7 exti defs, which share with G0. 2020-03-23 09:23:21 -04:00
flash.h stm32h7: Initial introduction into libopencm3. 2019-11-28 22:15:24 +00:00
fsmc.h stm32h7: Initial introduction into libopencm3. 2019-11-28 22:15:24 +00:00
gpio.h stm32g4: Add basic support 2020-04-09 23:29:00 +00:00
hash.h
hrtim.h
i2c.h stm32g0: add i2c. 2019-06-13 12:04:58 +02:00
iwdg.h stm32g0: add iwdg. 2019-06-13 11:07:53 +02:00
lptimer.h stm32: lptimer: enable lptimer.h usage on f4,f7,l4 and g0 chips. 2019-07-05 10:48:55 +02:00
ltdc.h stm32: ltdc: clarify warning on faulty include 2020-03-05 21:59:29 +00:00
memorymap.h stm32g4: Add basic support 2020-04-09 23:29:00 +00:00
pwr.h stm32h7: Initial introduction into libopencm3. 2019-11-28 22:15:24 +00:00
quadspi.h
rcc.h stm32g4: Add basic support 2020-04-09 23:29:00 +00:00
rng.h stm32g0: add rng. 2019-06-13 12:04:58 +02:00
rtc.h stm32l0: include rtc module 2018-07-03 22:23:00 +00:00
sdio.h
spi.h stm32h7: Initial introduction into libopencm3. 2019-11-28 22:15:24 +00:00
st_usbfs.h
syscfg.h stm32h7: updates to PWR and RCC to support PLL configuration. 2020-03-04 23:17:02 +00:00
timer.h stm32h7: Initial introduction into libopencm3. 2019-11-28 22:15:24 +00:00
tools.h
tsc.h
usart.h stm32h7: Initial introduction into libopencm3. 2019-11-28 22:15:24 +00:00
wwdg.h