1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/drivers/include/periph
Marian Buschsieweke 125c892c03
drivers/periph/timer: Use uint32_t for frequency
For all currently supported platforms `unsigned long` is 32 bit in width. But
better use `uint32_t` to be safe.
2020-10-30 22:02:12 +01:00
..
adc.h
can.h
cpuid.h
dac.h
doc.txt
eeprom.h
flashpage.h
gpio_util.h
gpio.h drivers/periph/gpio: fix typo 'occured' -> 'occurred' 2020-10-02 08:05:55 +02:00
hwrng.h
i2c.h drivers/dev_enums: Remove unused dev_enums.h 2020-09-24 09:27:39 +02:00
init.h
pm.h drivers/*: remove unused assert.h include 2020-10-22 11:29:27 +02:00
pwm.h
qdec.h
rtc.h
rtt.h
spi.h
timer.h drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
uart.h drivers/dev_enums: Remove unused dev_enums.h 2020-09-24 09:27:39 +02:00
usbdev.h
wdt.h