Seesaw.SetGpioPinModeBulk(UInt64, PinMode) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定一些 GPIO 針腳的 PinMode
public void SetGpioPinModeBulk (ulong pins, System.Device.Gpio.PinMode mode);
member this.SetGpioPinModeBulk : uint64 * System.Device.Gpio.PinMode -> unit
Public Sub SetGpioPinModeBulk (pins As ULong, mode As PinMode)
參數
- pins
- UInt64
64 位整數,每個針腳包含 1 位。 如果位設定為 1,則會針對相關聯的針腳設定針腳模式。
- mode
- PinMode
要設定的釘選模式。