Searched refs:GPIO_PULL_UP (Results 1 – 8 of 8) sorted by relevance
37 #define GPIO_PULL_UP 16 macro
19 <&dt_test_provider 2 GPIO_PULL_UP>;
320 cd-gpios = <&gpioi 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
378 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
498 cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
558 cd-gpios = <&gpiob 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
633 #define DT_TEST_GPIO1_FLAGS GPIO_PULL_UP
365 if (gpio->dt_flags & GPIO_PULL_UP) in stm32_gpio_configure()