Searched refs:cs_gpios (Results 1 – 12 of 12) sorted by relevance
| /Zephyr-latest/include/zephyr/devicetree/ |
| D | spi.h | 52 #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/ |
| D | soc_samr3x_radio_off.c | 15 const struct gpio_dt_spec cs = GPIO_DT_SPEC_GET(DT_NODELABEL(sercom4), cs_gpios); in radio_off_setup()
|
| /Zephyr-latest/drivers/spi/ |
| D | spi_context.h | 31 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/ |
| D | main.c | 147 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/ |
| D | main.c | 131 .gpio = GPIO_DT_SPEC_GET(SPIBB_NODE, cs_gpios), in main()
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | mipi_dbi.h | 65 spi_dev), cs_gpios, \
|
| D | spi.h | 213 GPIO_DT_SPEC_GET_BY_IDX_OR(DT_BUS(spi_dev), cs_gpios, \
|
| /Zephyr-latest/drivers/bluetooth/hci/ |
| D | apollox_blue.c | 55 static const struct gpio_dt_spec cs_gpio = GPIO_DT_SPEC_GET(SPI_DEV_NODE, cs_gpios);
|
| /Zephyr-latest/drivers/mipi_dbi/ |
| D | mipi_dbi_bitbang.c | 335 .cs = GPIO_DT_SPEC_INST_GET_OR(n, cs_gpios, {}), \
|
| D | mipi_dbi_nxp_flexio_lcdif.c | 459 .cs_gpio = GPIO_DT_SPEC_INST_GET(n, cs_gpios), \
|
| /Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
| D | ec_host_cmd_backend_shi_ite.c | 543 .cs = GPIO_DT_SPEC_GET_BY_IDX(DT_DRV_INST(0), cs_gpios, 0),
|
| D | ec_host_cmd_backend_spi_stm32.c | 892 struct gpio_dt_spec cs = GPIO_DT_SPEC_GET(DT_CHOSEN(zephyr_host_cmd_spi_backend), cs_gpios); in host_cmd_init()
|