Home
last modified time | relevance | path

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

/components/drivers/include/dt-bindings/pin/
A Dstate.h23 #define PIND_OUT_HIGH (PIND_FLAGS_BIT_DIR_SET | PIND_FLAGS_BIT_DIR_OUT | PIND_FLAGS_BIT… macro
27 #define PIND_OUT_HIGH_OPEN_DRAIN (PIND_OUT_HIGH | PIND_FLAGS_BIT_OPEN_DRAIN)
/components/drivers/regulator/
A Dregulator-gpio.c138 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