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 e7cacf6f60
periph/uart: Fix doc, use errno for return values
Some terminology issues are fixed. (The speed of an UART interface is
the symbol rate. The unit it is measured in is baud, which is symbols
per second. There is no such thing as baudrate or even baud/s.)

The return codes are changed to use negative errno constants on error
to match the driver design rules. For backward compatibility, the
enum was updated to match the error codes. Unless an application
depends on the exact numerical value (which would be insane), this is
not breaking any code.
2021-07-09 17:06:01 +02:00
..
adc.h drivers/periph: adc_sample() now returns int32_t 2020-01-10 14:13:06 +01:00
can.h
cpuid.h drivers/periph/cpuid: Fix typo in doc 2020-05-14 16:53:05 +02:00
dac.h
doc.txt
eeprom.h
flashpage.h drivers/periph: flashpage: add common helper functions 2021-04-27 16:52:36 +02:00
gpio_util.h periph: fix periph/gpio_util.h header guards 2019-11-23 22:39:40 +01:00
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
ptp.h drivers/periph_ptp: fix adjustment API 2021-02-10 09:55:52 +01:00
pwm.h
qdec.h
rtc.h drivers/rtt_rtc: implement rtc_get_time_ms() 2021-05-03 00:09:18 +02:00
rtt.h drivers/periph/rtt: add periph_rtt_set_counter feature 2021-03-04 18:05:06 +01:00
spi.h drivers/periph_spi: fix Doxygen commands 2021-03-17 10:34:20 +01:00
timer.h drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
uart.h periph/uart: Fix doc, use errno for return values 2021-07-09 17:06:01 +02:00
usbdev.h
wdt.h drivers/wdt: Add feature to indicate a configurable warning period 2020-06-02 12:54:25 +02:00