1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00
Koen Zandberg ddb22a3c56
sam0_common: Use Single-cycle I/O Port for GPIO when available
The Cortex-m0 based ATSAM devices can use the Single-cycle I/O Port for
GPIO. This commit modifies the gpio_t type to use this port when
available. It is mapped back to the peripheral memory space for
configuration access.  When it is not available, the _port_iobus() and
_port() functions behave identical, which is the case for the samd51.
2020-09-10 22:13:24 +02:00
..
2020-05-02 18:31:55 +02:00
2020-06-14 11:51:36 +02:00
2019-08-03 14:50:58 +02:00
2017-11-06 12:01:19 +01:00
2020-08-07 13:24:10 +02:00