Home
last modified time | relevance | path

Searched refs:I2C_SPEED_GET (Results 1 – 25 of 51) sorted by relevance

123

/Zephyr-latest/samples/boards/st/i2c_timing/src/
Dmain.c38 if ((I2C_SPEED_GET(i2c_cfg) == 1) && in main()
41 } else if ((I2C_SPEED_GET(i2c_cfg) == 2) && in main()
44 } else if ((I2C_SPEED_GET(i2c_cfg) == 3) && in main()
48 printk(" I2C speed mismatch (%d)\n", I2C_SPEED_GET(i2c_cfg)); in main()
/Zephyr-latest/drivers/i2c/
Di2c_sc18im704.c103 if (I2C_SPEED_GET(config) != I2C_SPEED_GET(data->i2c_config)) { in i2c_sc18im_configure()
113 switch (I2C_SPEED_GET(config)) { in i2c_sc18im_configure()
Di2c_nrfx_twim_common.c53 switch (I2C_SPEED_GET(i2c_config)) { in i2c_nrfx_twim_configure()
Di2c_b91.c50 switch (I2C_SPEED_GET(dev_config)) { in i2c_b91_configure()
Di2c_nrfx_twi_common.c40 switch (I2C_SPEED_GET(dev_config)) { in i2c_nrfx_twi_configure()
Di2c_nios2.c50 if (I2C_SPEED_GET(dev_config) != I2C_SPEED_STANDARD) { in i2c_nios2_configure()
Di2c_ifx_xmc4.c90 switch (I2C_SPEED_GET(dev_config)) { in ifx_xmc4_i2c_configure()
337 bitrate = I2C_SPEED_GET(data->dev_config); in ifx_xmc4_i2c_target_register()
Di2c_bitbang.c50 switch (I2C_SPEED_GET(dev_config)) { in i2c_bitbang_configure()
Di2c_sedi.c35 int speed = I2C_SPEED_GET(dev_config); in i2c_sedi_api_configure()
Di2c_sifive.c222 switch (I2C_SPEED_GET(dev_config)) { in i2c_sifive_configure()
Di2c_renesas_ra_iic.c74 switch (I2C_SPEED_GET(dev_config)) { in i2c_ra_iic_configure()
85 LOG_ERR("%s: Invalid I2C speed rate flag: %d", __func__, I2C_SPEED_GET(dev_config)); in i2c_ra_iic_configure()
Di2c_sam4l_twim.c184 switch (I2C_SPEED_GET(config)) { in i2c_sam_twim_configure()
316 if (I2C_SPEED_GET(msg->flags) >= I2C_SPEED_HIGH) { in i2c_start_xfer()
Di2c_rv32m1_lpi2c.c63 switch (I2C_SPEED_GET(dev_config)) { in rv32m1_lpi2c_configure()
Di2c_cc32xx.c98 switch (I2C_SPEED_GET(dev_config_raw)) { in i2c_cc32xx_configure()
Di2c_sam_twihs.c123 switch (I2C_SPEED_GET(config)) { in i2c_sam_twihs_configure()
Di2c_sam_twi.c125 switch (I2C_SPEED_GET(config)) { in i2c_sam_twi_configure()
Di2c_gecko.c58 switch (I2C_SPEED_GET(dev_config_raw)) { in i2c_gecko_configure()
Di2c_sam_twihs_rtio.c111 switch (I2C_SPEED_GET(config)) { in i2c_sam_twihs_configure()
Di2c_ll_stm32_v2.c1074 if ((I2C_SPEED_GET(speed) == I2C_SPEED_GET(data->dev_config)) in stm32_i2c_configure_timing()
1083 switch (I2C_SPEED_GET(data->dev_config)) { in stm32_i2c_configure_timing()
Di2c_imx.c150 switch (I2C_SPEED_GET(dev_config_raw)) { in i2c_imx_configure()
Di2c_mcux.c68 switch (I2C_SPEED_GET(dev_config_raw)) { in i2c_mcux_configure()
Di2c_rcar.c282 switch (I2C_SPEED_GET(dev_config)) { in i2c_rcar_configure()
Di2c_cc13xx_cc26xx.c236 switch (I2C_SPEED_GET(dev_config)) { in i2c_cc13xx_cc26xx_configure()
Di2c_numaker.c267 switch (I2C_SPEED_GET(dev_config)) { in i2c_numaker_configure()
278 LOG_ERR("Speed code %d not supported", I2C_SPEED_GET(dev_config)); in i2c_numaker_configure()
/Zephyr-latest/drivers/eeprom/
Deeprom_at2x_emul.c78 too_fast = (I2C_SPEED_GET(i2c_cfg) > I2C_SPEED_STANDARD); in at24_emul_transfer()

123