Searched refs:GPIO_PULL_DOWN (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/include/dt-bindings/gpio/ | ||
| H A D | gpio.h | 40 #define GPIO_PULL_DOWN 32 macro |
| /optee_os/core/drivers/ | ||
| H A D | stm32_gpio.c | 367 else if (gpio->dt_flags & GPIO_PULL_DOWN) in stm32_gpio_configure() |