Home
last modified time | relevance | path

Searched refs:enable_gpios (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/boards/nordic/thingy52/
Dboard.c12 GPIO_DT_SPEC_GET(DT_NODELABEL(ccs_pwr), enable_gpios);
/Zephyr-latest/drivers/can/transceiver/
Dcan_transceiver_gpio.c17 #define INST_HAS_ENABLE_GPIOS_OR(inst) DT_INST_NODE_HAS_PROP(inst, enable_gpios) ||
123 BUILD_ASSERT(DT_INST_NODE_HAS_PROP(inst, enable_gpios) || \
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500_nm_bsp.c18 .chip_en_gpio = GPIO_DT_SPEC_INST_GET(0, enable_gpios),
/Zephyr-latest/tests/subsys/pm/device_driver_init/src/
Dmain.c18 const struct gpio_dt_spec gpio = GPIO_DT_SPEC_GET(node_id, enable_gpios);\
/Zephyr-latest/drivers/regulator/
Dregulator_fixed.c114 .enable = GPIO_DT_SPEC_INST_GET_OR(inst, enable_gpios, {0}), \
Dregulator_npm1300.c86 struct gpio_dt_spec enable_gpios; member
618 ret = regulator_npm1300_set_pin_ctrl(dev, &config->enable_gpios, NPM1300_GPIO_TYPE_ENABLE); in regulator_npm1300_init()
656 .enable_gpios = GPIO_DT_SPEC_GET_OR(node_id, enable_gpios, {0}), \
Dregulator_gpio.c221 .enable = GPIO_DT_SPEC_INST_GET_OR(inst, enable_gpios, {0}), \
/Zephyr-latest/drivers/power_domain/
Dpower_domain_gpio.c130 .enable = GPIO_DT_SPEC_INST_GET(id, enable_gpios), \
/Zephyr-latest/drivers/led/
Dlp5569.c196 .enable_gpio = GPIO_DT_SPEC_INST_GET_OR(id, enable_gpios, {0}), \
Dlp50xx.c373 GPIO_DT_SPEC_INST_GET_OR(n, enable_gpios, {0}), \
Dlp5562.c1107 .enable_gpio = GPIO_DT_SPEC_INST_GET_OR(id, enable_gpios, {0}), \
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_hd44780.c642 .e_gpio = GPIO_DT_SPEC_INST_GET(inst, enable_gpios), \
/Zephyr-latest/drivers/sdhc/
Dsdhc_renesas_ra.c628 #define RA_SDHI_EN(index) .sdhi_en = GPIO_DT_SPEC_INST_GET_OR(index, enable_gpios, {0})