Home
last modified time | relevance | path

Searched refs:I2C_MSG_ADDR_10_BITS (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/drivers/i2c/
Di2c_rtio_default.c24 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I2C_10_BITS) ? I2C_MSG_ADDR_10_BITS : 0) | in i2c_msg_from_rx()
37 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I2C_10_BITS) ? I2C_MSG_ADDR_10_BITS : 0) | in i2c_msg_from_tx()
50 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I2C_10_BITS) ? I2C_MSG_ADDR_10_BITS : 0) | in i2c_msg_from_tiny_tx()
Di2c_b91.c90 if (msgs[i].flags & I2C_MSG_ADDR_10_BITS) { in i2c_b91_transfer()
Di2c_nrfx_twi_common.c86 if (flags & I2C_MSG_ADDR_10_BITS) { in i2c_nrfx_twi_msg_transfer()
Di2c_mcux.c157 if (I2C_MSG_ADDR_10_BITS & msgs->flags) { in i2c_mcux_transfer()
243 if (I2C_MSG_ADDR_10_BITS & msg->flags) { in i2c_mcux_async_iter()
Di2c_rcar.c233 if ((msgs->flags & I2C_MSG_ADDR_10_BITS) == I2C_MSG_ADDR_10_BITS) { in i2c_rcar_transfer()
Di2c_rtio.c47 ((msgs[i].flags & I2C_MSG_ADDR_10_BITS) ? RTIO_IODEV_I2C_10_BITS : 0); in i2c_rtio_copy()
Di2c_sam4l_twim.c321 if (msg->flags & I2C_MSG_ADDR_10_BITS) { in i2c_start_xfer()
326 (msg->flags & I2C_MSG_ADDR_10_BITS)) { in i2c_start_xfer()
Di2c_rv32m1_lpi2c.c140 if (I2C_MSG_ADDR_10_BITS & msgs->flags) { in rv32m1_lpi2c_transfer()
Di2c_nrfx_twim.c57 if (I2C_MSG_ADDR_10_BITS & msgs[i].flags) { in i2c_nrfx_twim_transfer()
Di2c_sc18im704.c157 if (msg->flags & I2C_MSG_ADDR_10_BITS || msg->len > UINT8_MAX) { in i2c_sc18im_transfer_msg()
Di2c_cc13xx_cc26xx.c204 if (msgs[i].flags & I2C_MSG_ADDR_10_BITS) { in i2c_cc13xx_cc26xx_transfer()
Di2c_mcux_lpi2c_rtio.c144 if (I2C_MSG_ADDR_10_BITS & flags) { in mcux_lpi2c_msg_start()
Di2c_ifx_xmc4.c154 if ((I2C_MSG_ADDR_10_BITS & msg[i].flags) || (msg[i].buf == NULL)) { in ifx_xmc4_i2c_msg_validate()
Di2c_ifx_cat1.c250 if ((I2C_MSG_ADDR_10_BITS & msg[i].flags) || (msg[i].buf == NULL)) { in ifx_cat1_i2c_msg_validate()
Di2c_mcux_flexcomm.c150 if (I2C_MSG_ADDR_10_BITS & msgs->flags) { in mcux_flexcomm_transfer()
Di2c_mcux_lpi2c.c169 if (I2C_MSG_ADDR_10_BITS & msgs->flags) { in mcux_lpi2c_transfer()
Di2c_renesas_ra_iic.c178 if (I2C_MSG_ADDR_10_BITS & data->dev_config) { in i2c_ra_iic_transfer()
Di2c_smartbond.c223 if (msg->flags & I2C_MSG_ADDR_10_BITS) { in i2c_smartbond_set_target_address()
Di2c_xilinx_axi.c561 if (msgs->flags & I2C_MSG_ADDR_10_BITS) { in i2c_xilinx_axi_transfer()
Di2c_numaker.c373 is_10bit = data->master_xfer.msgs_pos->flags & I2C_MSG_ADDR_10_BITS; in i2c_numaker_transfer()
Di2c_sam0.c459 if (data->msgs->flags & I2C_MSG_ADDR_10_BITS) { in i2c_sam0_transfer()
Di2c_bcm_iproc.c784 if (I2C_MSG_ADDR_10_BITS & msgs_chk->flags) { in iproc_i2c_transfer_multi()
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/src/
Dmain.cpp242 .flags = I2C_MSG_READ | I2C_MSG_ADDR_10_BITS | I2C_MSG_STOP, in ZTEST()
/Zephyr-latest/include/zephyr/drivers/
Di2c.h168 #define I2C_MSG_ADDR_10_BITS BIT(3) macro
/Zephyr-latest/drivers/i3c/
Di3c_stm32.c1302 if (msgs[i].flags & I2C_MSG_ADDR_10_BITS) { in i3c_stm32_i2c_transfer()

12