Home
last modified time | relevance | path

Searched defs:is_read (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_common.c64 const bool is_read = msg->flags & I2C_MSG_READ; in i2c_dump_msgs_rw() local
Di2c_numaker.c369 bool is_read; in i2c_numaker_transfer() local
545 bool is_read = (msgs_pos->flags & I2C_MSG_RW_MASK) == I2C_MSG_READ; in i2c_numaker_isr() local
/Zephyr-latest/drivers/sensor/adi/adltc2990/
Dadltc2990_emul.c94 bool is_read = FIELD_GET(I2C_MSG_READ, msgs->flags) == 1; in adltc2990_emul_transfer_i2c() local
/Zephyr-latest/drivers/bbram/
Dbbram_microchip_mcp7940n_emul.c59 bool is_read = FIELD_GET(I2C_MSG_READ, msgs->flags) == 1; in mcp7940n_emul_transfer_i2c() local
/Zephyr-latest/drivers/i3c/
Di3c_mcux.c582 bool is_read, size_t read_sz) in mcux_i3c_request_emit_start()
1004 bool is_read, bool emit_start, bool emit_stop, in mcux_i3c_do_one_xfer()
1099 bool is_read = (msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ; in mcux_i3c_transfer() local
1415 bool is_read = tgt_payload->rnw == 1U; in mcux_i3c_do_ccc() local
2043 bool is_read = (msgs[i].flags & I2C_MSG_RW_MASK) == I2C_MSG_READ; in mcux_i3c_i2c_api_transfer() local
Di3c_npcx.c479 enum npcx_i3c_mctrl_type op_type, bool is_read, in npcx_i3c_request_emit_start()
943 bool is_read, bool emit_start, bool emit_stop, uint8_t hdr_cmd) in npcx_i3c_do_one_xfer_dma()
1039 bool is_read, bool emit_start, bool emit_stop, bool no_ending) in npcx_i3c_do_one_xfer()
1160 bool is_read = (msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ; in npcx_i3c_transfer() local
1574 bool is_read = (tgt_payload->rnw == 1U); in npcx_i3c_do_ccc() local
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c_emul.c95 bool is_read = FIELD_GET(I2C_MSG_READ, msgs->flags) == 1; in akm09918c_emul_transfer_i2c() local
/Zephyr-latest/drivers/sdhc/
Drcar_mmc.c539 static int rcar_mmc_dma_rx_tx_data(const struct device *dev, struct sdhc_data *data, bool is_read) in rcar_mmc_dma_rx_tx_data()
690 bool is_read) in rcar_mmc_sd_buf_rx_tx_data()
827 static int rcar_mmc_rx_tx_data(const struct device *dev, struct sdhc_data *data, bool is_read) in rcar_mmc_rx_tx_data()
881 bool is_read = true; in rcar_mmc_request() local
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_emul.c70 bool is_read; in icm42688_emul_io_spi() local