Home
last modified time | relevance | path

Searched +full:output +full:- +full:high (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/Zephyr-latest/boards/dptechnics/walter/
Dwalter-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32s3-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
15 output-high;
19 bias-pull-up;
26 output-high;
30 bias-pull-up;
34 output-high;
45 bias-pull-up;
[all …]
/Zephyr-latest/boards/m5stack/m5stack_cores3/
Dm5stack_cores3-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <zephyr/dt-bindings/pinctrl/esp32s3-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
15 output-high;
19 bias-pull-up;
26 output-high;
30 bias-pull-up;
37 output-high;
41 bias-pull-up;
[all …]
/Zephyr-latest/dts/bindings/i2c/
Datmel,sam-i2c-twim.yaml1 # Copyright (c) 2020-2023 Gerson Fernando Budke <nandojve@gmail.com>
2 # SPDX-License-Identifier: Apache-2.0
7 The Atmel Two-wire Master Interface (TWIM) interconnects components on a
8 unique two-wire bus, made up of one clock line and one data line with speeds
9 of up to 3.4 Mbit/s, based on a byte-oriented transfer format. The TWIM is
20 std-clk-slew-lim = <0>;
21 std-clk-strength-low = "0.5";
22 std-data-slew-lim = <0>;
23 std-data-strength-low = "0.5";
25 hs-clk-slew-lim = <0>;
[all …]
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/
Dtest_gpio_port.c5 * SPDX-License-Identifier: Apache-2.0
10 #define ALL_BITS ((gpio_port_value_t)-1)
15 /* Short-hand for a checked read of PIN_IN raw state */
30 /* Short-hand for a checked read of PIN_IN logical state */
45 /* Short-hand for a checked write of PIN_OUT raw state */
59 /* Short-hand for a checked write of PIN_OUT logic state */
81 TC_PRINT("Validate device %s and %s\n", dev_in->name, dev_out->name); in setup()
84 TC_PRINT("Check %s output %d connected to %s input %d\n", dev_out->name, PIN_OUT, in setup()
85 dev_in->name, PIN_IN); in setup()
90 /* Test output low */ in setup()
[all …]
/Zephyr-latest/boards/espressif/esp_wrover_kit/
Desp_wrover_kit-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32-gpio-sigmap.h>
16 output-high;
20 bias-pull-up;
27 output-high;
31 bias-pull-up;
43 output-low;
55 output-low;
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dpincfg-node.yaml2 # SPDX-License-Identifier: Apache-2.0
16 https://www.kernel.org/doc/Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml
19 bias-disable:
23 bias-high-impedance:
25 description: high impedance mode ("third-state", "floating")
27 bias-bus-hold:
31 bias-pull-up:
33 description: enable pull-up resistor
35 bias-pull-down:
37 description: enable pull-down resistor
[all …]
Dst,stm32-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
6 Based on pincfg-node.yaml binding.
8 Note: `bias-disable` and `drive-push-pull` are default pin configurations.
9 They will be applied in case no `bias-foo` or `driver-bar` properties
12 compatible: "st,stm32-pinctrl"
20 remap-pa11:
25 remap-pa12:
30 remap-pa11-pa12:
35 child-binding:
40 - name: pincfg-node.yaml
[all …]
Dadi,max32-pinctrl.yaml1 # Copyright (c) 2023-2024 Analog Devices, Inc.
2 # SPDX-License-Identifier: Apache-2.0
6 Based on pincfg-node.yaml binding.
8 Note: `bias-disable` are default pin configurations.
10 compatible: "adi,max32-pinctrl"
19 child-binding:
24 - name: pincfg-node.yaml
25 property-allowlist:
26 - bias-disable
27 - bias-pull-down
[all …]
/Zephyr-latest/boards/espressif/esp32s3_devkitc/
Desp32s3_devkitc-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32s3-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
15 output-high;
19 bias-pull-up;
26 output-high;
30 bias-pull-up;
38 bias-pull-up;
39 drive-open-drain;
[all …]
/Zephyr-latest/boards/espressif/esp32s3_devkitm/
Desp32s3_devkitm-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32s3-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
15 output-high;
19 bias-pull-up;
26 output-high;
30 bias-pull-up;
38 bias-pull-up;
39 drive-open-drain;
[all …]
/Zephyr-latest/boards/m5stack/m5stack_stamps3/
Dm5stack_stamps3-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32s3-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
15 output-high;
19 bias-pull-up;
27 bias-pull-up;
28 drive-open-drain;
29 output-high;
37 bias-pull-up;
[all …]
/Zephyr-latest/boards/adafruit/qt_py_esp32s3/
Dadafruit_qt_py_esp32s3-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32s3-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
15 output-high;
19 bias-pull-up;
30 output-low;
37 output-low;
45 bias-pull-up;
46 drive-open-drain;
[all …]
/Zephyr-latest/boards/m5stack/m5stack_atoms3/
Dm5stack_atoms3-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32s3-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
15 output-high;
19 bias-pull-up;
27 bias-pull-up;
28 drive-open-drain;
29 output-high;
37 bias-pull-up;
[all …]
/Zephyr-latest/boards/m5stack/m5stack_atoms3_lite/
Dm5stack_atoms3_lite-pinctrl.dtsi5 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32s3-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
15 output-high;
19 bias-pull-up;
27 bias-pull-up;
28 drive-open-drain;
29 output-high;
37 bias-pull-up;
[all …]
/Zephyr-latest/boards/lilygo/ttgo_lora32/
Dttgo_lora32-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32-gpio-sigmap.h>
16 output-high;
20 bias-pull-up;
31 output-low;
39 bias-pull-up;
40 drive-open-drain;
41 output-high;
[all …]
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/
Desp32s2_franzininho-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32s2-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s2-gpio-sigmap.h>
16 output-high;
20 bias-pull-up;
32 output-low;
44 output-low;
52 bias-pull-up;
53 drive-open-drain;
[all …]
/Zephyr-latest/boards/espressif/esp32s2_saola/
Desp32s2_saola-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32s2-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s2-gpio-sigmap.h>
16 output-high;
20 bias-pull-up;
32 output-low;
44 output-low;
52 bias-pull-up;
53 drive-open-drain;
[all …]
/Zephyr-latest/boards/espressif/esp32s2_devkitc/
Desp32s2_devkitc-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32s2-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s2-gpio-sigmap.h>
16 output-high;
20 bias-pull-up;
32 output-low;
44 output-low;
52 bias-pull-up;
53 drive-open-drain;
[all …]
/Zephyr-latest/dts/bindings/gpio/
Dgpio-controller.yaml2 # SPDX-License-Identifier: Apache-2.0
7 "gpio-controller":
11 "#gpio-cells":
19 This property indicates the number of in-use slots of available slots
28 gpio-reserved-ranges:
31 If not all the GPIOs at offsets 0...N-1 are usable for ngpios = <N>, then
36 For example, setting "gpio-reserved-ranges = <3 2>, <10 1>;" means that
38 gpio-line-names:
39 type: string-array
44 child-binding:
[all …]
/Zephyr-latest/boards/luatos/esp32s3_luatos_core/
Desp32s3_luatos_core-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32s3-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
15 output-high;
19 bias-pull-up;
27 bias-pull-up;
28 drive-open-drain;
29 output-high;
37 bias-pull-up;
[all …]
/Zephyr-latest/boards/m5stack/m5stack_atom_lite/
Dm5stack_atom_lite-pinctrl.dtsi6 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
10 #include <dt-bindings/pinctrl/esp32-pinctrl.h>
11 #include <zephyr/dt-bindings/pinctrl/esp32-gpio-sigmap.h>
17 output-high;
21 bias-pull-up;
29 bias-pull-up;
30 drive-open-drain;
31 output-high;
39 bias-pull-up;
[all …]
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/
Dheltec_wireless_stick_lite_v3-pinctrl.dtsi5 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
9 #include <dt-bindings/pinctrl/esp32s3-pinctrl.h>
10 #include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
16 output-high;
20 bias-pull-up;
27 output-high;
31 bias-pull-up;
39 bias-pull-up;
40 drive-open-drain;
[all …]
/Zephyr-latest/tests/drivers/gpio/gpio_hogs/boards/
Dmr_canhubk3.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/gpio/gpio.h>
11 output-high-gpios = <&gpioa_h 0 GPIO_ACTIVE_LOW>;
12 output-low-gpios = <&gpioa_h 3 GPIO_ACTIVE_HIGH>;
13 input-gpios = <&gpioa_h 1 GPIO_ACTIVE_HIGH>;
19 gpio-hog;
21 output-high;
25 gpio-hog;
31 gpio-hog;
33 output-low;
Ducans32k1sic.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/gpio/gpio.h>
11 output-high-gpios = <&gpioa 3 GPIO_ACTIVE_LOW>;
12 output-low-gpios = <&gpioa 2 GPIO_ACTIVE_HIGH>;
13 input-gpios = <&gpioa 1 GPIO_ACTIVE_HIGH>;
19 gpio-hog;
21 output-high;
25 gpio-hog;
31 gpio-hog;
33 output-low;
/Zephyr-latest/boards/kincony/kincony_kc868_a32/
Dkincony_kc868_a32-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
8 #include <dt-bindings/pinctrl/esp32-pinctrl.h>
9 #include <zephyr/dt-bindings/pinctrl/esp32-gpio-sigmap.h>
15 output-high;
19 bias-pull-up;
27 bias-pull-up;
28 drive-open-drain;
29 output-high;
37 bias-pull-up;
[all …]

12345678910>>...25