Home
last modified time | relevance | path

Searched refs:write_cmd (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/drivers/dac/
Ddac_dacx0501.c84 uint8_t write_cmd[3] = {addr}; in dacx0501_reg_write() local
87 sys_put_be16(data, write_cmd + 1); in dacx0501_reg_write()
89 return i2c_write_dt(&config->i2c_spec, write_cmd, sizeof(write_cmd)); in dacx0501_reg_write()
/Zephyr-latest/drivers/display/
Dls0xx.c124 uint8_t write_cmd[1] = { LS0XX_BIT_WRITECMD }; in ls0xx_update_display() local
147 err = ls0xx_cmd(dev, write_cmd, sizeof(write_cmd)); in ls0xx_update_display()
162 err |= ls0xx_cmd(dev, write_cmd, sizeof(write_cmd)); in ls0xx_update_display()
/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/src/
Dperipheral_gatt_write.c16 extern int write_cmd(struct bt_conn *conn);
94 write_cmd(conn); in peripheral_gatt_write()
/Zephyr-latest/include/zephyr/drivers/i3c/
Dhdr_ddr.h104 void *read_buf, size_t num_read, uint8_t write_cmd) in i3c_hdr_ddr_write_read() argument
112 msg[0].hdr_cmd_code = write_cmd; in i3c_hdr_ddr_write_read()
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dcentral_gatt_write.c16 extern int write_cmd(struct bt_conn *conn);
114 (void)write_cmd(conn); in central_gatt_write()
Dgatt_write_common.c184 int write_cmd(struct bt_conn *conn) in write_cmd() function
/Zephyr-latest/include/zephyr/drivers/mspi/
Ddevicetree.h49 .write_cmd = DT_PROP_OR(mspi_dev, write_command, 0), \
/Zephyr-latest/drivers/memc/
Dmemc_mspi_aps6404l.c393 .write_cmd = APS6404L_WRITE, \
413 .write_cmd = APS6404L_QUAD_WRITE, \
Dmemc_smartbond_nor_psram.c121 DT_INST_PROP(0, write_cmd)); in memc_automode_configure()
/Zephyr-latest/drivers/mspi/
Dmspi_emul.c285 data->dev_cfg.write_cmd = dev_cfg->write_cmd; in mspi_dev_cfg_check_save()
Dmspi_ambiq_ap3.c725 hal_dev_cfg.ui8WriteInstr = (uint8_t)dev_cfg->write_cmd; in mspi_ambiq_dev_config()
/Zephyr-latest/include/zephyr/drivers/
Dmspi.h292 uint32_t write_cmd; member
/Zephyr-latest/drivers/flash/
Dflash_mspi_atxp032.c321 data->packet.cmd = data->dev_cfg.write_cmd; in flash_mspi_atxp032_page_program()
804 .write_cmd = SPI_NOR_CMD_PP, \
Dflash_mspi_emul_device.c231 data->packet.cmd = data->dev_cfg.write_cmd; in flash_mspi_emul_write()