Lines Matching +full:input +full:- +full:pin
4 * SPDX-License-Identifier: Apache-2.0
17 * `DFLT` - The lowest drive strength supported by the HW
18 * `ALT` - The highest drive strength supported by the HW
36 * @name GPIO pin input/output enable flags
38 * These flags allow configuring a pin as input or output while keeping untouched
39 * its complementary configuration. By instance, if we configure a GPIO pin as an
40 * input and pass the flag ESP32_GPIO_PIN_OUT_EN, the driver will not disable the
41 * pin's output buffer. This functionality can be useful to render a pin both an
42 * input and output, for diagnose or testing purposes.
47 /** Keep GPIO pin enabled as output */
50 /** Keep GPIO pin enabled as input */