1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/sam0_common/include
Marian Buschsieweke 72d0b2b180
cpu/sam0_common/periph_gpio_ll: fix gpio_get_port()
It turns out that the legacy GPIO API and GPIO LL may disagree on what
the GPIO base address is: GPIO LL will use the IOBUS as base address
no matter what, the legacy GPIO API will use the APB as base address
unless `periph_gpio_fast_read` is used.

If the APIs disagree, we need to do impedance matching.
2024-11-18 12:50:25 +01:00
..
vendor cpu/samr30: create compatibility headers for vendor files migration 2024-11-07 21:25:03 +01:00
cpu_conf.h cpu/sam0_common: fix vendor header files 2024-01-31 14:46:23 +01:00
exti_config.h cpu/sam0_common: use generic exti_config 2020-02-20 11:23:51 +01:00
gpio_ll_arch.h cpu/sam0_common/periph_gpio_ll: fix gpio_get_port() 2024-11-18 12:50:25 +01:00
mtd_sam0_sdhc.h cpu/sam0_common: improve doc consistency for MTDs 2023-12-14 17:26:29 +01:00
periph_cpu_common.h cpu/sam0: remove bitfield usage in headers 2024-06-25 16:13:17 +02:00
sam_usb.h sam0_common/usbdev: Adapt to xmit API 2021-11-16 20:17:04 +01:00
sdhc.h cpu/sam0_common: add SDMMC support 2023-09-23 19:26:30 +02:00
timer_config.h cpu/sam0_common: add PWM support for saml2x, samd5x 2020-07-08 21:51:12 +02:00