Home
last modified time | relevance | path

Searched full:gpio_push_pull (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay10 out-gpios = <&arduino_header 0 (GPIO_PUSH_PULL | GPIO_PULL_UP)>; /* Arduino A0 */
11 in-gpios = <&arduino_header 1 (GPIO_PUSH_PULL | GPIO_PULL_UP)>; /* Arduino A1 */
Dlpcxpresso55s36.overlay12 out-gpios = <&arduino_header 0 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
13 in-gpios = <&arduino_header 1 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
Dmimxrt1020_evk.overlay13 out-gpios = <&arduino_header 6 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14 in-gpios = <&arduino_header 7 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
Dmimxrt1040_evk.overlay13 out-gpios = <&arduino_header 6 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14 in-gpios = <&arduino_header 7 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
Dmimxrt1050_evk_mimxrt1052_hyperflash.overlay13 out-gpios = <&arduino_header 6 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14 in-gpios = <&arduino_header 7 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
Dmimxrt1060_evk_mimxrt1062_qspi.overlay13 out-gpios = <&arduino_header 6 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14 in-gpios = <&arduino_header 7 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
Dmimxrt1060_evk_mimxrt1062_qspi_B.overlay13 out-gpios = <&arduino_header 6 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14 in-gpios = <&arduino_header 7 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
Dmimxrt595_evk_mimxrt595s_cm33.overlay13 out-gpios = <&arduino_header 16 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14 in-gpios = <&arduino_header 17 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
Dnucleo_wb05kz.overlay13 out-gpios = <&arduino_header 16 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14 in-gpios = <&arduino_header 17 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
Dnucleo_wba55cg.overlay13 out-gpios = <&arduino_header 8 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14 in-gpios = <&arduino_header 9 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
Dnucleo_wb09ke.overlay13 out-gpios = <&arduino_header 16 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14 in-gpios = <&arduino_header 17 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/
Darduino_D2D3.overlay13 out-gpios = <&arduino_header 8 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14 in-gpios = <&arduino_header 9 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
Darduino_D9D10.overlay13 out-gpios = <&arduino_header 15 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
14 in-gpios = <&arduino_header 16 (GPIO_ACTIVE_HIGH | GPIO_PUSH_PULL | GPIO_PULL_UP)>;
/Zephyr-latest/dts/bindings/fpga/
Dlattice,ice40-fpga-bitbang.yaml18 clk-gpios = <&gpio0 5 GPIO_PUSH_PULL>;
25 pico-gpios = <&gpio0 7 GPIO_PUSH_PULL>;
Dlattice,ice40-fpga-base.yaml24 creset-gpios = <&gpio0 1 GPIO_PUSH_PULL);
/Zephyr-latest/tests/drivers/gpio/gpio_nrf/src/
Dmain.c30 err = gpio_pin_configure(port, TEST_PIN, GPIO_PUSH_PULL | NRF_GPIO_DRIVE_S0H1); in ZTEST()
36 err = gpio_pin_configure(port, TEST_PIN, GPIO_PUSH_PULL | NRF_GPIO_DRIVE_H0S1); in ZTEST()
42 err = gpio_pin_configure(port, TEST_PIN, GPIO_PUSH_PULL | NRF_GPIO_DRIVE_H0H1); in ZTEST()
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dgpio.h42 #define GPIO_PUSH_PULL (0 << 1) macro
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372_trigger.c170 ret = gpio_pin_configure_dt(&cfg->interrupt, GPIO_INPUT | GPIO_PUSH_PULL); in adxl372_init_interrupt()
/Zephyr-latest/drivers/gpio/
Dgpio_sc18im704.c179 *flags = GPIO_OUTPUT | GPIO_PUSH_PULL; in gpio_sc18im_pin_get_config()
Dgpio_ambiq.c152 *out_flags = GPIO_OUTPUT | GPIO_PUSH_PULL; in ambiq_gpio_get_config()
185 *out_flags = GPIO_OUTPUT | GPIO_PUSH_PULL; in ambiq_gpio_get_config()
Dgpio_gecko.c191 flags = GPIO_OUTPUT | GPIO_PUSH_PULL; in gpio_gecko_get_config()