Searched refs:PIND_OUT_HIGH (Results 1 – 2 of 2) sorted by relevance
23 #define PIND_OUT_HIGH (PIND_FLAGS_BIT_DIR_SET | PIND_FLAGS_BIT_DIR_OUT | PIND_FLAGS_BIT… macro27 #define PIND_OUT_HIGH_OPEN_DRAIN (PIND_OUT_HIGH | PIND_FLAGS_BIT_OPEN_DRAIN)
138 rt_pin_write(gpiod->pin, gpiod->flags == PIND_OUT_HIGH ? state : !state); in regulator_gpio_set_voltage()230 gpiod->flags = PIND_OUT_HIGH; in regulator_gpio_probe()234 gpiod->flags = val ? PIND_OUT_HIGH : PIND_OUT_LOW; in regulator_gpio_probe()237 if (gpiod->flags == PIND_OUT_HIGH) in regulator_gpio_probe()
Completed in 5 milliseconds