Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/devicetree/
Dspi.h52 #define DT_SPI_HAS_CS_GPIOS(spi) DT_NODE_HAS_PROP(spi, cs_gpios)
80 (DT_PROP_LEN(spi, cs_gpios)), (0))
151 DT_GPIO_CTLR_BY_IDX(DT_BUS(spi_dev), cs_gpios, DT_REG_ADDR_RAW(spi_dev))
184 DT_GPIO_PIN_BY_IDX(DT_BUS(spi_dev), cs_gpios, DT_REG_ADDR_RAW(spi_dev))
212 DT_GPIO_FLAGS_BY_IDX(DT_BUS(spi_dev), cs_gpios, DT_REG_ADDR_RAW(spi_dev))
/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_samr3x_radio_off.c15 const struct gpio_dt_spec cs = GPIO_DT_SPEC_GET(DT_NODELABEL(sercom4), cs_gpios); in radio_off_setup()
/Zephyr-latest/drivers/spi/
Dspi_context.h31 const struct gpio_dt_spec *cs_gpios; member
68 DT_FOREACH_PROP_ELEM(_node_id, cs_gpios, \
72 ._ctx_name.cs_gpios = (const struct gpio_dt_spec []) { \
76 ._ctx_name.num_cs_gpios = DT_PROP_LEN_OR(_node_id, cs_gpios, 0),
261 for (cs_gpio = ctx->cs_gpios; cs_gpio < &ctx->cs_gpios[ctx->num_cs_gpios]; cs_gpio++) { in spi_context_cs_configure_all()
/Zephyr-latest/samples/boards/nordic/nrfx_prs/src/
Dmain.c147 NRF_DT_GPIOS_TO_PSEL(SPIM_NODE, cs_gpios)); in switch_to_spim()
309 .gpio = GPIO_DT_SPEC_GET(SPI_DEV_NODE, cs_gpios), in background_transfer()
/Zephyr-latest/samples/drivers/spi_bitbang/src/
Dmain.c131 .gpio = GPIO_DT_SPEC_GET(SPIBB_NODE, cs_gpios), in main()
/Zephyr-latest/include/zephyr/drivers/
Dmipi_dbi.h65 spi_dev), cs_gpios, \
Dspi.h213 GPIO_DT_SPEC_GET_BY_IDX_OR(DT_BUS(spi_dev), cs_gpios, \
/Zephyr-latest/drivers/bluetooth/hci/
Dapollox_blue.c55 static const struct gpio_dt_spec cs_gpio = GPIO_DT_SPEC_GET(SPI_DEV_NODE, cs_gpios);
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_bitbang.c335 .cs = GPIO_DT_SPEC_INST_GET_OR(n, cs_gpios, {}), \
Dmipi_dbi_nxp_flexio_lcdif.c459 .cs_gpio = GPIO_DT_SPEC_INST_GET(n, cs_gpios), \
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_ite.c543 .cs = GPIO_DT_SPEC_GET_BY_IDX(DT_DRV_INST(0), cs_gpios, 0),
Dec_host_cmd_backend_spi_stm32.c892 struct gpio_dt_spec cs = GPIO_DT_SPEC_GET(DT_CHOSEN(zephyr_host_cmd_spi_backend), cs_gpios); in host_cmd_init()