Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/dt-bindings/gpio/
H A Dstm32-gpio.h26 #define GPIOF_DIR_IN 0x1 macro
32 #define GPIOF_IN (GPIOF_DIR_IN)
/rk3399_ARM-atf/drivers/st/gpio/
H A Dstm32_gpio.c380 if (config & GPIOF_DIR_IN) { in set_gpio_config()