Searched refs:GPIO_DT_SPEC_INST_GET_OR (Results 1 – 25 of 146) sorted by relevance
123456
| /Zephyr-latest/drivers/mipi_dbi/ |
| D | mipi_dbi_bitbang.c | 332 .rd = GPIO_DT_SPEC_INST_GET_OR(n, rd_gpios, {}), \ 333 .wr = GPIO_DT_SPEC_INST_GET_OR(n, wr_gpios, {}), \ 334 .e = GPIO_DT_SPEC_INST_GET_OR(n, e_gpios, {}), \ 335 .cs = GPIO_DT_SPEC_INST_GET_OR(n, cs_gpios, {}), \ 336 .cmd_data = GPIO_DT_SPEC_INST_GET_OR(n, dc_gpios, {}), \ 337 .reset = GPIO_DT_SPEC_INST_GET_OR(n, reset_gpios, {}), \
|
| D | mipi_dbi_stm32_fmc.c | 189 .reset = GPIO_DT_SPEC_INST_GET_OR(n, reset_gpios, {}), \ 190 .power = GPIO_DT_SPEC_INST_GET_OR(n, power_gpios, {}), \
|
| /Zephyr-latest/drivers/gpio/ |
| D | gpio_mcp230xx.c | 93 .gpio_int = GPIO_DT_SPEC_INST_GET_OR(inst, int_gpios, {0}), \ 94 .gpio_reset = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {0}), \
|
| D | gpio_mcp23sxx.c | 133 .gpio_int = GPIO_DT_SPEC_INST_GET_OR(inst, int_gpios, {0}), \ 134 .gpio_reset = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {0}), \
|
| /Zephyr-latest/drivers/mfd/ |
| D | mfd_adp5585.c | 130 .reset_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {0}), \ 131 .nint_gpio = GPIO_DT_SPEC_INST_GET_OR(n, nint_gpios, {0}), \
|
| D | mfd_ite_it8801.c | 129 .irq_gpios = GPIO_DT_SPEC_INST_GET_OR(inst, irq_gpios, {0}), \
|
| /Zephyr-latest/drivers/usb_c/vbus/ |
| D | usbc_vbus_adc.c | 210 .discharge_gpios = GPIO_DT_SPEC_INST_GET_OR(inst, discharge_gpios, {}), \ 211 .power_gpios = GPIO_DT_SPEC_INST_GET_OR(inst, power_gpios, {}), \
|
| /Zephyr-latest/drivers/regulator/ |
| D | regulator_fixed.c | 114 .enable = GPIO_DT_SPEC_INST_GET_OR(inst, enable_gpios, {0}), \
|
| D | regulator_npm1100.c | 129 .iset = GPIO_DT_SPEC_INST_GET_OR(inst, nordic_iset_gpios, {}), \
|
| /Zephyr-latest/drivers/stepper/allegro/ |
| D | a4979.c | 264 .en_pin = GPIO_DT_SPEC_INST_GET_OR(inst, en_gpios, {0}), \ 265 .reset_pin = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, {0}), \
|
| /Zephyr-latest/drivers/sensor/sx9500/ |
| D | sx9500.c | 145 (.int_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int_gpios, { 0 }),)) \
|
| /Zephyr-latest/drivers/dac/ |
| D | dac_max22017.c | 224 .gpio_busy = GPIO_DT_SPEC_INST_GET_OR(id, busy_gpios, {0}), \ 225 .gpio_ldac = GPIO_DT_SPEC_INST_GET_OR(id, ldac_gpios, {0}), \
|
| /Zephyr-latest/drivers/sensor/st/lis2dux12/ |
| D | lis2dux12.c | 247 .int1_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int1_gpios, {0}), \ 248 .int2_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int2_gpios, {0}), \
|
| /Zephyr-latest/drivers/spi/ |
| D | spi_bitbang.c | 322 .mosi_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, mosi_gpios, {0}), \ 323 .miso_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, miso_gpios, {0}), \
|
| /Zephyr-latest/drivers/sensor/ti/tmp007/ |
| D | tmp007.c | 134 (.int_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int_gpios, { 0 }),)) \
|
| /Zephyr-latest/drivers/sensor/amg88xx/ |
| D | amg88xx.c | 145 (.int_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int_gpios, { 0 }),)) \
|
| /Zephyr-latest/drivers/sensor/microchip/tcn75a/ |
| D | tcn75a.c | 119 #define TCN75A_TRIGGER(n) .alert_gpios = GPIO_DT_SPEC_INST_GET_OR(n, alert_gpios, {}),
|
| /Zephyr-latest/drivers/sensor/renesas/isl29035/ |
| D | isl29035.c | 154 (.int_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int_gpios, { 0 }),)) \
|
| /Zephyr-latest/drivers/sensor/ams/ccs811/ |
| D | ccs811.c | 578 (.irq_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, irq_gpios, { 0 }),)) \ 579 .reset_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, reset_gpios, { 0 }), \ 580 .wake_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, wake_gpios, { 0 }), \
|
| /Zephyr-latest/drivers/stepper/ti/ |
| D | drv8424.c | 354 .sleep_pin = GPIO_DT_SPEC_INST_GET_OR(inst, sleep_gpios, {0}), \ 355 .en_pin = GPIO_DT_SPEC_INST_GET_OR(inst, en_gpios, {0}), \
|
| /Zephyr-latest/drivers/dp/ |
| D | swdp_bitbang.c | 726 .dout = GPIO_DT_SPEC_INST_GET_OR(n, dout_gpios, {0}), \ 728 .dnoe = GPIO_DT_SPEC_INST_GET_OR(n, dnoe_gpios, {0}), \ 730 .noe = GPIO_DT_SPEC_INST_GET_OR(n, noe_gpios, {0}), \ 731 .reset = GPIO_DT_SPEC_INST_GET_OR(n, reset_gpios, {0}), \
|
| /Zephyr-latest/drivers/watchdog/ |
| D | wdt_npm1300.c | 162 .reset_gpios = GPIO_DT_SPEC_INST_GET_OR(n, reset_gpios, {0}), \
|
| /Zephyr-latest/drivers/sensor/jedec/jc42/ |
| D | jc42.c | 133 (.int_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int_gpios, {0}),))}; \
|
| /Zephyr-latest/drivers/sensor/st/lis2de12/ |
| D | lis2de12.c | 413 .int1_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int1_gpios, { 0 }), \ 414 .int2_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int2_gpios, { 0 }), \
|
| /Zephyr-latest/drivers/sensor/st/lis2du12/ |
| D | lis2du12.c | 410 .int1_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int1_gpios, { 0 }), \ 411 .int2_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, int2_gpios, { 0 }), \
|
123456