examples/benchmark/kernel-only_arm/cfg/cfg_i2c.h
Go to the documentation of this file.00001 00040 #ifndef CFG_I2C_H 00041 #define CFG_I2C_H 00042 00048 #define CONFIG_I2C_FREQ 100000UL 00049 00058 #define CONFIG_I2C_START_TIMEOUT 100 00059 00070 #define CONFIG_I2C_BACKEND I2C_BACKEND_BUILTIN 00071 00078 #define I2C_LOG_LEVEL LOG_LVL_INFO 00079 00086 #define I2C_LOG_FORMAT LOG_FMT_TERSE 00087 00088 #endif /* CFG_I2C_H */ 00089 00090
