Searched refs:data_cmd (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | display_st7567.c | 33 struct gpio_dt_spec data_cmd; member 86 if (gpio_pin_configure_dt(&config->data_cmd, GPIO_OUTPUT_INACTIVE) < 0) { in st7567_bus_ready_spi() 98 gpio_pin_set_dt(&config->data_cmd, command ? 0 : 1); in st7567_write_bus_spi() 466 .bus_name = st7567_bus_name_spi, .data_cmd = GPIO_DT_SPEC_GET(node_id, data_cmd_gpios), 470 .write_bus = st7567_write_bus_i2c, .bus_name = st7567_bus_name_i2c, .data_cmd = {0},
|
D | ssd1306.c | 44 struct gpio_dt_spec data_cmd; member 106 if (gpio_pin_configure_dt(&config->data_cmd, GPIO_OUTPUT_INACTIVE) < 0) { in ssd1306_bus_ready_spi() 118 gpio_pin_set_dt(&config->data_cmd, command ? 0 : 1); in ssd1306_write_bus_spi() 539 .data_cmd = GPIO_DT_SPEC_GET(node_id, data_cmd_gpios), 546 .data_cmd = {0},
|
/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.c | 587 struct modem_cmd data_cmd[] = { MODEM_CMD("+QIRD: ", on_cmd_sock_readdata, 0U, "") }; in offload_recvfrom() local 611 data_cmd, ARRAY_SIZE(data_cmd), sendbuf, &mdata.sem_response, in offload_recvfrom()
|
D | simcom-sim7080.c | 383 struct modem_cmd data_cmd[] = { MODEM_CMD("+CARECV: ", on_cmd_carecv, 1U, ",") }; in offload_recvfrom() local 422 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, data_cmd, ARRAY_SIZE(data_cmd), in offload_recvfrom()
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.1.rst | 234 * Renamed the devicetree propertys ``pclk_pol`` and ``data_cmd-gpios``
|