Searched refs:write_cmd (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/drivers/dac/ |
D | dac_dacx0501.c | 84 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/ |
D | ls0xx.c | 124 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/ |
D | peripheral_gatt_write.c | 16 extern int write_cmd(struct bt_conn *conn); 94 write_cmd(conn); in peripheral_gatt_write()
|
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | hdr_ddr.h | 104 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/ |
D | central_gatt_write.c | 16 extern int write_cmd(struct bt_conn *conn); 114 (void)write_cmd(conn); in central_gatt_write()
|
D | gatt_write_common.c | 184 int write_cmd(struct bt_conn *conn) in write_cmd() function
|
/Zephyr-latest/include/zephyr/drivers/mspi/ |
D | devicetree.h | 49 .write_cmd = DT_PROP_OR(mspi_dev, write_command, 0), \
|
/Zephyr-latest/drivers/memc/ |
D | memc_mspi_aps6404l.c | 393 .write_cmd = APS6404L_WRITE, \ 413 .write_cmd = APS6404L_QUAD_WRITE, \
|
D | memc_smartbond_nor_psram.c | 121 DT_INST_PROP(0, write_cmd)); in memc_automode_configure()
|
/Zephyr-latest/drivers/mspi/ |
D | mspi_emul.c | 285 data->dev_cfg.write_cmd = dev_cfg->write_cmd; in mspi_dev_cfg_check_save()
|
D | mspi_ambiq_ap3.c | 725 hal_dev_cfg.ui8WriteInstr = (uint8_t)dev_cfg->write_cmd; in mspi_ambiq_dev_config()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | mspi.h | 292 uint32_t write_cmd; member
|
/Zephyr-latest/drivers/flash/ |
D | flash_mspi_atxp032.c | 321 data->packet.cmd = data->dev_cfg.write_cmd; in flash_mspi_atxp032_page_program() 804 .write_cmd = SPI_NOR_CMD_PP, \
|
D | flash_mspi_emul_device.c | 231 data->packet.cmd = data->dev_cfg.write_cmd; in flash_mspi_emul_write()
|