RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
结构体 | |
struct | i2c_timings |
宏定义 | |
#define | I2C_MAX_STANDARD_MODE_FREQ 100000 |
#define | I2C_MAX_FAST_MODE_FREQ 400000 |
#define | I2C_MAX_FAST_MODE_PLUS_FREQ 1000000 |
#define | I2C_MAX_TURBO_MODE_FREQ 1400000 |
#define | I2C_MAX_HIGH_SPEED_MODE_FREQ 3400000 |
#define | I2C_MAX_ULTRA_FAST_MODE_FREQ 5000000 |
函数 | |
rt_inline rt_err_t | i2c_timings_ofw_parse (struct rt_ofw_node *dev_np, struct i2c_timings *timings, rt_bool_t use_defaults) |
void | i2c_bus_scan_clients (struct rt_i2c_bus_device *bus) |
#define I2C_MAX_STANDARD_MODE_FREQ 100000 |
在文件 dev_i2c_dm.h 第 19 行定义.
#define I2C_MAX_FAST_MODE_FREQ 400000 |
在文件 dev_i2c_dm.h 第 20 行定义.
#define I2C_MAX_FAST_MODE_PLUS_FREQ 1000000 |
在文件 dev_i2c_dm.h 第 21 行定义.
#define I2C_MAX_TURBO_MODE_FREQ 1400000 |
在文件 dev_i2c_dm.h 第 22 行定义.
#define I2C_MAX_HIGH_SPEED_MODE_FREQ 3400000 |
在文件 dev_i2c_dm.h 第 23 行定义.
#define I2C_MAX_ULTRA_FAST_MODE_FREQ 5000000 |
在文件 dev_i2c_dm.h 第 24 行定义.
rt_inline rt_err_t i2c_timings_ofw_parse | ( | struct rt_ofw_node * | dev_np, |
struct i2c_timings * | timings, | ||
rt_bool_t | use_defaults ) |
在文件 dev_i2c_dm.h 第 42 行定义.
void i2c_bus_scan_clients | ( | struct rt_i2c_bus_device * | bus | ) |