Searched refs:ce_gpios (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/drivers/mspi/api/src/ |
D | main.c | 30 static struct gpio_dt_spec ce_gpios[] = MSPI_CE_GPIOS_DT_SPEC_GET(MSPI_BUS_NODE); variable 38 .ce_group = ce_gpios, 39 .num_ce_gpios = ARRAY_SIZE(ce_gpios),
|
/Zephyr-latest/include/zephyr/drivers/mspi/ |
D | devicetree.h | 215 GPIO_DT_SPEC_GET_BY_IDX_OR(DT_BUS(mspi_dev), ce_gpios, \ 243 COND_CODE_1(DT_NODE_HAS_PROP(node_id, ce_gpios), \ 244 (DT_FOREACH_PROP_ELEM_SEP(node_id, ce_gpios, GPIO_DT_SPEC_GET_BY_IDX, (,))), \
|
/Zephyr-latest/drivers/mspi/ |
D | mspi_emul.c | 882 static struct gpio_dt_spec ce_gpios##n[] = MSPI_CE_GPIOS_DT_SPEC_INST_GET(n); \ 885 .mspicfg.ce_group = (struct gpio_dt_spec *)ce_gpios##n, \ 886 .mspicfg.num_ce_gpios = ARRAY_SIZE(ce_gpios##n), \
|
D | mspi_ambiq_ap3.c | 1406 static struct gpio_dt_spec ce_gpios##n[] = MSPI_CE_GPIOS_DT_SPEC_INST_GET(n); \ 1426 .mspicfg.ce_group = (struct gpio_dt_spec *)ce_gpios##n, \ 1427 .mspicfg.num_ce_gpios = ARRAY_SIZE(ce_gpios##n), \
|
/Zephyr-latest/drivers/charger/ |
D | charger_bq24190.c | 511 .ce_gpio = GPIO_DT_SPEC_INST_GET_OR(inst, ce_gpios, {}), \
|