FX3SPIConfigSCLKFrequency Property |
Property to store the current SPI clock. Updates the StallTime when set.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic int SCLKFrequency { get; set; }
Public Property SCLKFrequency As Integer
Get
Set
public:
property int SCLKFrequency {
int get ();
void set (int value);
}
member SCLKFrequency : int with get, set
Return Value
Type:
Int32The current SPI clock frequency
See Also