Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 387 Bytes

spisharingmode.md

File metadata and controls

27 lines (18 loc) · 387 Bytes
-api-id -api-type
T:Windows.Devices.Spi.SpiSharingMode
winrt enum

SpiSharingMode

-description

Defines the sharing mode for the SPI bus.

-enum-fields

-field Exclusive:0

SPI bus segment is not shared.

-field Shared:1

SPI bus is shared.

-remarks

-examples

-see-also