Home
last modified time | relevance | path

Searched refs:GPIO_PULL_DOWN (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/include/dt-bindings/gpio/
H A Dgpio.h40 #define GPIO_PULL_DOWN 32 macro
/optee_os/core/drivers/
H A Dstm32_gpio.c367 else if (gpio->dt_flags & GPIO_PULL_DOWN) in stm32_gpio_configure()