FX3ConnectionChipSelectLeadTime Property |
The number of SPI clock cycles before the SPI transaction that chip select is toggled to active.
Reqcode: B2
Value: Desired Setting (as SpiLagLeadTime )
Index: 5
Length: 4
Data: None
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic SpiLagLeadTime ChipSelectLeadTime { get; set; }
Public Property ChipSelectLeadTime As SpiLagLeadTime
Get
Set
public:
property SpiLagLeadTime ChipSelectLeadTime {
SpiLagLeadTime get ();
void set (SpiLagLeadTime value);
}
member ChipSelectLeadTime : SpiLagLeadTime with get, set
Return Value
Type:
SpiLagLeadTimeThe current chip select lead time setting
See Also