共用方式為


ProviderI2cBusSpeed 列舉

定義

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

public enum class ProviderI2cBusSpeed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
enum class ProviderI2cBusSpeed
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
public enum ProviderI2cBusSpeed
var value = Windows.Devices.I2c.Provider.ProviderI2cBusSpeed.standardMode
Public Enum ProviderI2cBusSpeed
繼承
ProviderI2cBusSpeed
屬性

Windows 需求

裝置系列
Windows IoT Extension SDK (已於 10.0.10586.0 引進)
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Devices.DevicesLowLevelContract (已於 v2.0 引進)

欄位

FastMode 1

400 kHz 的快速速度。

StandardMode 0

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

適用於