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