Click or drag to resize

FX3SPIConfig Class

Class for all the programmable SPI configuration options on the FX3.
Inheritance Hierarchy
SystemObject
  FX3ApiFX3SPIConfig

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public class FX3SPIConfig

The FX3SPIConfig type exposes the following members.

Constructors
  NameDescription
Public methodFX3SPIConfig
Class Constructor, sets reasonable default values for IMU and ADcmXL devices
Top
Properties
  NameDescription
Public propertyDataReadyPin
Property to get/set the data ready pin
Public propertyDataReadyPinFX3GPIO
Property to get/set the data ready FX3 GPIO number
Public propertySCLKFrequency
Property to store the current SPI clock. Updates the StallTime when set.
Public propertyStallCycles
Property to set the stall time, in terms of SPI clock cycles
Public propertyStallTime
Property to get/set the stall time (in microseconds)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldChipSelectControl
Chip select control mode
Public fieldChipSelectLagTime
Chip select lag delay mode
Public fieldChipSelectLeadTime
Chip select lead delay mode
Public fieldChipSelectPolarity
CS polarity
Public fieldCpha
Clock phase
Public fieldCpol
SCLK polarity
Public fieldDrActive
Enable/Disable data ready interrupt triggering for SPI
Public fieldDrPolarity
Data ready polarity for interrupt triggering (posedge or negedge)
Public fieldDUTType
Connected DUT type
Public fieldIsLSBFirst
Select if SPI controller works LSB first or MSB first
Public fieldSecondsToTimerTicks
Scale factor to convert seconds to timer ticks)
Public fieldWordLength
SPI word length (in bits)
Top
See Also