Share via


ChipSelect_SetupTime Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The setup time for the chip select port, in milliseconds.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public ReadOnly ChipSelect_SetupTime As UInteger
public readonly uint ChipSelect_SetupTime
public:
initonly unsigned int ChipSelect_SetupTime
val ChipSelect_SetupTime: uint32
public final var ChipSelect_SetupTime : uint

Remarks

After after the SPI device is selected, the common language runtime (CLR) waits for the number of milliseconds specified in this field. This gives the data transfer clock time to start.

.NET Framework Security

See Also

Reference

SPI. . :: . .Configuration Class

Microsoft.SPOT.Hardware Namespace