Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/dt-bindings/gpio/
H A Dstm32-gpio.h34 #define GPIOF_OUT_INIT_HIGH (GPIOF_DIR_OUT | GPIOF_INIT_HIGH) macro
/rk3399_ARM-atf/drivers/st/gpio/
H A Dstm32_gpio.c384 if (config & GPIOF_OUT_INIT_HIGH) { in set_gpio_config()