1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/periph_common
Gunar Schorcht 6d61381d2a drivers: use inline functions for GPIO comparisons
The expandable GPIO API requires the comparison of structured GPIO types. This means that inline functions must be used instead of direct comparisons. For the migration process, drivers must first be changed so that they use the inline comparison functions.
2020-08-31 13:10:28 +02:00
..
cpuid.c drivers/periph: fix doxygen groups in implementation 2018-05-24 09:11:43 +02:00
eeprom.c drivers/periph_eeprom: add eeprom_set function 2018-12-04 11:24:57 +01:00
flashpage.c cpu/stm32wb: add flashpage support 2020-03-25 09:29:56 +01:00
gpio_util.c drivers/periph_common/gpio_util: introduce gpio_util_shiftin() 2019-04-18 07:09:32 +02:00
i2c.c many typo fixes 2019-11-23 22:39:07 +01:00
init.c drivers/periph_common: init RTT before RTC 2020-03-19 15:25:14 +01:00
Kconfig drivers/periph_common: Add modules to Kconfig 2020-08-12 12:22:40 +02:00
Kconfig.flashpage drivers/periph_common: Add modules to Kconfig 2020-08-12 12:22:40 +02:00
Kconfig.gpio drivers/periph_common: Add modules to Kconfig 2020-08-12 12:22:40 +02:00
Kconfig.i2c drivers/periph_common: Add modules to Kconfig 2020-08-12 12:22:40 +02:00
Kconfig.spi drivers/periph_common: Add modules to Kconfig 2020-08-12 12:22:40 +02:00
Kconfig.timer drivers/periph_common: Add modules to Kconfig 2020-08-12 12:22:40 +02:00
Kconfig.uart drivers/periph_common: Add modules to Kconfig 2020-08-12 12:22:40 +02:00
Makefile drivers: add periph_common 2015-08-14 14:46:35 +02:00
pm.c pm: fix weak-based default implementations 2017-10-16 14:27:35 +02:00
rtc.c drivers/periph_common: RTC: move RIOT_EPOCH to header, document it. 2020-08-07 13:22:19 +02:00
spi.c drivers: use inline functions for GPIO comparisons 2020-08-31 13:10:28 +02:00
timer.c drivers/periph_common/timer: protect timer_set from IRQs 2020-01-10 09:58:18 +01:00