Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
i2c.h File Reference

Go to the source code of this file.

Macros

#define I2C_BITRATE_STANDARD   100000 /* 100 Kbit/s */
 
#define I2C_BITRATE_FAST   400000 /* 400 Kbit/s */
 
#define I2C_BITRATE_FAST_PLUS   1000000 /* 1 Mbit/s */
 
#define I2C_BITRATE_HIGH   3400000 /* 3.4 Mbit/s */
 
#define I2C_BITRATE_ULTRA   5000000 /* 5 Mbit/s */
 

Macro Definition Documentation

◆ I2C_BITRATE_FAST

#define I2C_BITRATE_FAST   400000 /* 400 Kbit/s */

◆ I2C_BITRATE_FAST_PLUS

#define I2C_BITRATE_FAST_PLUS   1000000 /* 1 Mbit/s */

◆ I2C_BITRATE_HIGH

#define I2C_BITRATE_HIGH   3400000 /* 3.4 Mbit/s */

◆ I2C_BITRATE_STANDARD

#define I2C_BITRATE_STANDARD   100000 /* 100 Kbit/s */

◆ I2C_BITRATE_ULTRA

#define I2C_BITRATE_ULTRA   5000000 /* 5 Mbit/s */