17.6.4.1 Enum i2c_master_baud_rate
Values for I2C speeds supported by the module. The driver will also support setting any other value, in which case set the value in the i2c_master_config at desired value divided by 1000.
Example: If 10KHz operation is required, give baud_rate in the configuration structure the value 10.
Enum value | Description |
---|---|
I2C_MASTER_BAUD_RATE_100KHZ |
Baud rate at 100KHz (Standard-mode) |
I2C_MASTER_BAUD_RATE_400KHZ |
Baud rate at 400KHz (Fast-mode) |
I2C_MASTER_BAUD_RATE_1000KHZ |
Baud rate at 1MHz (Fast-mode Plus) |
I2C_MASTER_BAUD_RATE_3400KHZ |
Baud rate at 3.4MHz (High-speed mode) |