Home
last modified time | relevance | path

Searched refs:I2C_TARGET_FLAGS_ADDR_10_BITS (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/drivers/i2c/i2c_target_api/common/
Di2c_virtual.c37 search_10bit = (cfg->flags & I2C_TARGET_FLAGS_ADDR_10_BITS); in find_address()
59 (config->flags & I2C_TARGET_FLAGS_ADDR_10_BITS))) { in i2c_virtual_target_register()
158 cfg = find_address(data, target, (msg->flags & I2C_TARGET_FLAGS_ADDR_10_BITS)); in i2c_virtual_transfer()
/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c224 if (data->slave_cfg->flags != I2C_TARGET_FLAGS_ADDR_10_BITS) { in stm32_i2c_slave_event()
363 if (data->slave_cfg->flags == I2C_TARGET_FLAGS_ADDR_10_BITS) { in i2c_stm32_target_register()
377 if (data->slave2_cfg->flags == I2C_TARGET_FLAGS_ADDR_10_BITS) { in i2c_stm32_target_register()
Di2c_lpc11u6x.c129 if (cfg->flags & I2C_TARGET_FLAGS_ADDR_10_BITS) { in lpc11u6x_i2c_slave_register()
Di2c_ifx_xmc4.c322 if (cfg->flags & I2C_TARGET_FLAGS_ADDR_10_BITS) { in ifx_xmc4_i2c_target_register()
Di2c_ifx_cat1.c454 if (cfg->flags & I2C_TARGET_FLAGS_ADDR_10_BITS) { in ifx_cat1_i2c_target_register()
Di2c_xilinx_axi.c74 if (cfg->flags & I2C_TARGET_FLAGS_ADDR_10_BITS) { in i2c_xilinx_axi_target_register()
Di2c_ll_stm32_v1.c521 if (data->slave_cfg->flags == I2C_TARGET_FLAGS_ADDR_10_BITS) { in i2c_stm32_target_register()
Di2c_ite_enhance.c1342 if (target_cfg->flags & I2C_TARGET_FLAGS_ADDR_10_BITS) { in i2c_enhance_target_register()
/Zephyr-latest/include/zephyr/drivers/
Di2c.h272 #define I2C_TARGET_FLAGS_ADDR_10_BITS BIT(0) macro