Share via


I2cBusSpeed Enum

Definition

Describes the bus speeds that are available for connecting to an inter-integrated circuit (I2 C) device. The bus speed is the frequency at which to clock the I2 C bus when accessing the device.

public enum class I2cBusSpeed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
enum class I2cBusSpeed
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
public enum I2cBusSpeed
var value = Windows.Devices.I2c.I2cBusSpeed.standardMode
Public Enum I2cBusSpeed
Inheritance
I2cBusSpeed
Attributes

Windows requirements

Requirements Description
Device family
Windows IoT Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduced in v1.0)

Fields

Name Value Description
StandardMode 0

The standard speed of 100 kilohertz (kHz). This speed is the default.

FastMode 1

A fast speed of 400 kHz.

Applies to

See also