共用方式為


I2cBusSpeed 列舉

定義

描述可用來連線到整合式線路 (I2 C) 裝置的匯流排速度。 匯流排速度是存取裝置時要時鐘 I2 C 匯流排的頻率。

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
繼承
I2cBusSpeed
屬性

Windows 需求

裝置系列
Windows IoT Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.Devices.DevicesLowLevelContract (已於 v1.0 引進)

欄位

FastMode 1

400 kHz 的快速速度。

StandardMode 0

標準速度 100 kbhertz (kHz) 。 此速度是預設值。

適用於

另請參閱