|
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_I2C_I2C_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_I2C_I2C_H_
9#define I2C_BITRATE_STANDARD 100000
10#define I2C_BITRATE_FAST 400000
11#define I2C_BITRATE_FAST_PLUS 1000000
12#define I2C_BITRATE_HIGH 3400000
13#define I2C_BITRATE_ULTRA 5000000
15#define SMB_CHANNEL_A 0
16#define SMB_CHANNEL_B 1
17#define SMB_CHANNEL_C 2
18#define I2C_CHANNEL_D 3
19#define I2C_CHANNEL_E 4
20#define I2C_CHANNEL_F 5