FX3SPIConfig Class |
Namespace: FX3Api
The FX3SPIConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| FX3SPIConfig |
Class Constructor, sets reasonable default values for IMU and ADcmXL devices
|
| Name | Description | |
|---|---|---|
| DataReadyPin |
Property to get/set the data ready pin
| |
| DataReadyPinFX3GPIO |
Property to get/set the data ready FX3 GPIO number
| |
| SCLKFrequency |
Property to store the current SPI clock. Updates the StallTime when set.
| |
| StallCycles |
Property to set the stall time, in terms of SPI clock cycles
| |
| StallTime |
Property to get/set the stall time (in microseconds)
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ChipSelectControl |
Chip select control mode
| |
| ChipSelectLagTime |
Chip select lag delay mode
| |
| ChipSelectLeadTime |
Chip select lead delay mode
| |
| ChipSelectPolarity |
CS polarity
| |
| Cpha |
Clock phase
| |
| Cpol |
SCLK polarity
| |
| DrActive |
Enable/Disable data ready interrupt triggering for SPI
| |
| DrPolarity |
Data ready polarity for interrupt triggering (posedge or negedge)
| |
| DUTType |
Connected DUT type
| |
| IsLSBFirst |
Select if SPI controller works LSB first or MSB first
| |
| SecondsToTimerTicks |
Scale factor to convert seconds to timer ticks)
| |
| WordLength |
SPI word length (in bits)
|