Home
last modified time | relevance | path

Searched refs:GPIO_DT_SPEC_INST_GET (Results 1 – 25 of 145) sorted by relevance

123456

/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500_nm_bsp.c18 .chip_en_gpio = GPIO_DT_SPEC_INST_GET(0, enable_gpios),
19 .irq_gpio = GPIO_DT_SPEC_INST_GET(0, irq_gpios),
20 .reset_gpio = GPIO_DT_SPEC_INST_GET(0, reset_gpios),
/Zephyr-latest/drivers/lora/
Dsx126x_standalone.c16 static const struct gpio_dt_spec sx126x_gpio_reset = GPIO_DT_SPEC_INST_GET(
18 static const struct gpio_dt_spec sx126x_gpio_busy = GPIO_DT_SPEC_INST_GET(
20 static const struct gpio_dt_spec sx126x_gpio_dio1 = GPIO_DT_SPEC_INST_GET(
Dsx127x.c179 .reset = GPIO_DT_SPEC_INST_GET(0, reset_gpios),
181 .antenna_enable = GPIO_DT_SPEC_INST_GET(0, antenna_enable_gpios),
184 .rfi_enable = GPIO_DT_SPEC_INST_GET(0, rfi_enable_gpios),
187 .rfo_enable = GPIO_DT_SPEC_INST_GET(0, rfo_enable_gpios),
190 .pa_boost_enable = GPIO_DT_SPEC_INST_GET(0, pa_boost_enable_gpios),
193 .tcxo_power = GPIO_DT_SPEC_INST_GET(0, tcxo_power_gpios),
Dsx126x.c45 .antenna_enable = GPIO_DT_SPEC_INST_GET(0, antenna_enable_gpios),
48 .tx_enable = GPIO_DT_SPEC_INST_GET(0, tx_enable_gpios),
51 .rx_enable = GPIO_DT_SPEC_INST_GET(0, rx_enable_gpios),
/Zephyr-latest/drivers/fpga/
Dfpga_ice40_common.h47 .creset = GPIO_DT_SPEC_INST_GET(inst, creset_gpios), \
48 .cdone = GPIO_DT_SPEC_INST_GET(inst, cdone_gpios), \
Dfpga_ice40_bitbang.c264 .clk = GPIO_DT_SPEC_INST_GET(inst, clk_gpios), \
265 .pico = GPIO_DT_SPEC_INST_GET(inst, pico_gpios), \
/Zephyr-latest/drivers/input/
Dinput_ili2132a.c133 .rst = GPIO_DT_SPEC_INST_GET(index, rst_gpios), \
134 .irq = GPIO_DT_SPEC_INST_GET(index, irq_gpios), \
Dinput_ite_it8xxx2_kbd.c248 .kso16_gpios = GPIO_DT_SPEC_INST_GET(0, kso16_gpios),
249 .kso17_gpios = GPIO_DT_SPEC_INST_GET(0, kso17_gpios),
Dinput_chsc6x.c132 .int_gpio = GPIO_DT_SPEC_INST_GET(index, irq_gpios), \
/Zephyr-latest/drivers/i2c/
Di2c_gpio.c211 .scl_gpio = GPIO_DT_SPEC_INST_GET(_num, scl_gpios), \
212 .sda_gpio = GPIO_DT_SPEC_INST_GET(_num, sda_gpios), \
/Zephyr-latest/drivers/mdio/
Dmdio_gpio.c167 .mdc_gpio = GPIO_DT_SPEC_INST_GET(inst, mdc_gpios), \
168 .mdio_gpio = GPIO_DT_SPEC_INST_GET(inst, mdio_gpios), \
/Zephyr-latest/drivers/sensor/hc_sr04/
Dhc_sr04.c181 .trigger_gpios = GPIO_DT_SPEC_INST_GET(index, trigger_gpios), \
182 .echo_gpios = GPIO_DT_SPEC_INST_GET(index, echo_gpios), \
/Zephyr-latest/drivers/gpio/
Dgpio_max14916.c373 .ready_gpio = GPIO_DT_SPEC_INST_GET(id, drdy_gpios), \
374 .fault_gpio = GPIO_DT_SPEC_INST_GET(id, fault_gpios), \
375 .sync_gpio = GPIO_DT_SPEC_INST_GET(id, sync_gpios), \
376 .en_gpio = GPIO_DT_SPEC_INST_GET(id, en_gpios), \
Dgpio_max14906.c445 .ready_gpio = GPIO_DT_SPEC_INST_GET(id, drdy_gpios), \
446 .fault_gpio = GPIO_DT_SPEC_INST_GET(id, fault_gpios), \
447 .sync_gpio = GPIO_DT_SPEC_INST_GET(id, sync_gpios), \
448 .en_gpio = GPIO_DT_SPEC_INST_GET(id, en_gpios), \
Dgpio_rt1718s.c128 (.irq_gpio = GPIO_DT_SPEC_INST_GET(inst, irq_gpios)), ())
/Zephyr-latest/drivers/watchdog/
Dwdt_ti_tps382x.c86 .wdi_gpio = GPIO_DT_SPEC_INST_GET(n, wdi_gpios), \
/Zephyr-latest/drivers/display/
Dls0xx.c274 .disp_en_gpio = GPIO_DT_SPEC_INST_GET(0, disp_en_gpios),
277 .extcomin_gpio = GPIO_DT_SPEC_INST_GET(0, extcomin_gpios),
/Zephyr-latest/drivers/mfd/
Dmfd_ad559x.c102 .reset_gpio = GPIO_DT_SPEC_INST_GET(inst, reset_gpios), \
/Zephyr-latest/drivers/can/transceiver/
Dcan_transceiver_gpio.c120 (.name##_gpio = GPIO_DT_SPEC_INST_GET(inst, name##_gpios),))
/Zephyr-latest/drivers/power_domain/
Dpower_domain_gpio.c130 .enable = GPIO_DT_SPEC_INST_GET(id, enable_gpios), \
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_flexio_lcdif.c458 .reset = GPIO_DT_SPEC_INST_GET(n, reset_gpios), \
459 .cs_gpio = GPIO_DT_SPEC_INST_GET(n, cs_gpios), \
460 .rs_gpio = GPIO_DT_SPEC_INST_GET(n, rs_gpios), \
/Zephyr-latest/drivers/stepper/ti/
Ddrv8424.c356 .m0_pin = GPIO_DT_SPEC_INST_GET(inst, m0_gpios), \
357 .m1_pin = GPIO_DT_SPEC_INST_GET(inst, m1_gpios), \
/Zephyr-latest/drivers/led_strip/
Dtlc59731.c183 .sdi_gpio = GPIO_DT_SPEC_INST_GET(i, gpios), \
/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_drv.c26 static const struct gpio_dt_spec irq_gpio = GPIO_DT_SPEC_INST_GET(0, irq_gpios);
/Zephyr-latest/drivers/serial/
Duart_ite_it8xxx2.c193 .gpio_wui = GPIO_DT_SPEC_INST_GET(inst, gpios), \

123456