1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/gd32v/include
Marian Buschsieweke f10a994a9e
cpu/gd32v/periph_gpio_ll: fix and clean up
Use analog mode for GPIO_DISCONNECT, as this is said to have the lowest
current leakage due to disabling the Schmitt trigger and correctly
detect this in `gpio_ll_query_conf()`.

Also drop the `schmitt_trigger_disabled` member in `gpio_conf_t`, as
the Schmitt trigger is only ever disabled in Analog mode anyway and
cannot be freely configured.
2024-02-05 08:21:52 +01:00
..
vendor cpu/gd32v: add periph_usbdev support 2023-04-16 23:24:23 +02:00
cpu_conf.h cpu/gd32v: Allow configuration of SWJ_CFG 2024-01-19 23:17:35 +01:00
cpu.h cpu/gd32v: add riotboot support 2023-04-18 06:20:14 +02:00
gpio_ll_arch.h cpu/gd32v: add gpio_ll support 2023-02-04 12:07:35 +01:00
periph_cpu.h cpu/gd32v/periph_gpio_ll: fix and clean up 2024-02-05 08:21:52 +01:00