You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stm32f0xx-hal/src
Daniel Egger 53e6f73106 Assume twice the timer frequency when HCLK != PCLK
Internally the frequency going to the timers is doubled if PCLK is
prescaled.

Fixes #90

Signed-off-by: Daniel Egger <daniel@eggers-club.de>
3 years ago
..
adc.rs Bump stm32f0 version to 0.9 and upgrade code accordingly 3 years ago
dac.rs Run through rustfmt 3 years ago
delay.rs Enforce better safety guarentees 4 years ago
gpio.rs Improve legibility by having a single macro structure for all pins 4 years ago
i2c.rs Add I2C Read implementation (#88) 3 years ago
lib.rs Enable USB support for STM32F070x6/B 4 years ago
prelude.rs Changed implementation to implement digital v2 interface 4 years ago
rcc.rs Correct logic used to determine default PLL pre-divider. 3 years ago
serial.rs Clear error flags before returning 4 years ago
spi.rs Fixed a number of deprecation warnings and lints 4 years ago
time.rs First release of stm32f0xx-hal based on stm32f042-hal 5 years ago
timers.rs Assume twice the timer frequency when HCLK != PCLK 3 years ago
tsc.rs Implement TSC (touch sensitive controller) support 4 years ago
usb.rs Mention the stm32-usbd feature 4 years ago
watchdog.rs Enforce better safety guarentees 4 years ago