SpiLagLeadTime Enumeration |
Enum for the possible chip select lag/lead times, in SPI clock cycles
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic enum SpiLagLeadTime
Public Enumeration SpiLagLeadTime
public enum class SpiLagLeadTime
Members
| Member name | Value | Description |
---|
| SPI_SSN_LAG_LEAD_ZERO_CLK | 0 | |
| SPI_SSN_LAG_LEAD_HALF_CLK | 1 | |
| SPI_SSN_LAG_LEAD_ONE_CLK | 2 | |
| SPI_SSN_LAG_LEAD_ONE_HALF_CLK | 3 | |
See Also