Searched defs:is_read (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/drivers/i2c/ |
D | i2c_common.c | 64 const bool is_read = msg->flags & I2C_MSG_READ; in i2c_dump_msgs_rw() local
|
D | i2c_numaker.c | 369 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/ |
D | adltc2990_emul.c | 94 bool is_read = FIELD_GET(I2C_MSG_READ, msgs->flags) == 1; in adltc2990_emul_transfer_i2c() local
|
/Zephyr-latest/drivers/bbram/ |
D | bbram_microchip_mcp7940n_emul.c | 59 bool is_read = FIELD_GET(I2C_MSG_READ, msgs->flags) == 1; in mcp7940n_emul_transfer_i2c() local
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_mcux.c | 582 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
|
D | i3c_npcx.c | 479 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/ |
D | akm09918c_emul.c | 95 bool is_read = FIELD_GET(I2C_MSG_READ, msgs->flags) == 1; in akm09918c_emul_transfer_i2c() local
|
/Zephyr-latest/drivers/sdhc/ |
D | rcar_mmc.c | 539 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/ |
D | icm42688_emul.c | 70 bool is_read; in icm42688_emul_io_spi() local
|