Home
last modified time | relevance | path

Searched refs:cs_gpios (Results 1 – 4 of 4) sorted by relevance

/drivers/spi/
A Dspi_context.h24 #if defined(DT_DRV_COMPAT) && !DT_ANY_INST_HAS_PROP_STATUS_OKAY(cs_gpios)
39 const struct gpio_dt_spec *cs_gpios; member
85 DT_FOREACH_PROP_ELEM(_node_id, cs_gpios, \
89 ._ctx_name.cs_gpios = (const struct gpio_dt_spec []) { \
93 ._ctx_name.num_cs_gpios = DT_PROP_LEN_OR(_node_id, cs_gpios, 0),
325 for (cs_gpio = ctx->cs_gpios; cs_gpio < &ctx->cs_gpios[ctx->num_cs_gpios]; cs_gpio++) { in spi_context_cs_configure_all()
347 for (cs_gpio = ctx->cs_gpios; cs_gpio < &ctx->cs_gpios[ctx->num_cs_gpios]; cs_gpio++) { in _spi_context_cs_pm_all()
/drivers/bluetooth/hci/
A Dapollox_blue.c55 static const struct gpio_dt_spec cs_gpio = GPIO_DT_SPEC_GET(SPI_DEV_NODE, cs_gpios);
/drivers/mipi_dbi/
A Dmipi_dbi_bitbang.c335 .cs = GPIO_DT_SPEC_INST_GET_OR(n, cs_gpios, {}), \
A Dmipi_dbi_nxp_flexio_lcdif.c459 .cs_gpio = GPIO_DT_SPEC_INST_GET(n, cs_gpios), \

Completed in 14 milliseconds